Sweaver is incompatible with jQuery Update 1.7 or more and is only compatible with jquery 1.5. Is possible to solve this problem?

Comments

antboshoff’s picture

Not sure if this will help with your issue but here is my fix in regards to 'Uncaught TypeError: $(...).live is not a function...' when using jQuery v1.7 or later.

On line 516 and 551 of sweaver_plugin_editor.js I change the .live() function to .on() as .live() is deprecated since jQuery 1.7. Did this and it is working perfectly now.

hodba’s picture

That was so helpful, many thanks.