Active
Project:
Sweaver
Version:
7.x-1.3
Component:
User interface
Priority:
Major
Category:
Bug report
Assigned:
Reporter:
Created:
20 Apr 2015 at 15:09 UTC
Updated:
6 May 2016 at 09:46 UTC
Jump to comment: Most recent
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
Comment #1
antboshoff commentedNot 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.
Comment #2
hodba commentedThat was so helpful, many thanks.