AnanthaKN / jquery-in-place-editor

Automatically exported from code.google.com/p/jquery-in-place-editor
Other
0 stars 0 forks source link

Support for jQuery 1.4.x #66

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Include jQuery 1.4.x
2. Include jquery edit in place 
3. Set show_buttons = true

What is the expected output? What do you see instead?
I expect to see an input field with 2 buttons (save/cancel).  
Instead, no form shows up or any buttons

What version of the product are you using? On what operating system?
Version 2.2.0
Win 7, WinXP, Ubuntu 10.04
IE 7,8, FF 3

Please provide any additional information below.
I wanted to integrate edit-in-place with my app that also uses the latest 
jquery UI (which requires jquery 1.4)
I know there is a workaround to using multiple versions of jquery on the same 
page; but I'd rather not have a hack to make this work.

Original issue reported on code.google.com by jtre...@gmail.com on 26 Jul 2010 at 4:24

GoogleCodeExporter commented 8 years ago
I can't quite reproduce that with jquery 1.4.4 - has this been fixed on the 
jquery side of things?

Original comment by mhaec...@gmail.com on 27 Jan 2011 at 9:49

GoogleCodeExporter commented 8 years ago
It's the $.browser usage as far as I can see, this is deprecated in newer 
versions of jQuery. I'm going to see if I can find alternative ways of 
accomplishing what $.browser is being used for in the plugin. If successful, 
I'll feed-back to the project.

Original comment by ame...@gmail.com on 21 Jan 2014 at 8:26