You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
First off this is an amazing plugin. Does exactly what I need it to do. The only issue is that my other plugins in my app that exist on the same page require newer versions of jquery (1.8.3+) and jquery ui to work. When I load jquery 1.7.2 and jquery-ui 1.8.16 the nested sortables work perfectly but then I have issues with the other parts of my app breaking. Specifically, the plugin breaks with newer versions of jquery and jquery-ui when I connect my lists with connectWith option.
What are some possible workarounds on how to approach this? I have heard of noconflict as a possible solution to load 2 diffrent versions of jquery on the same page but I'm not sure if this is a good solution.
Any guidance would be greatly appreciated. Thanks!
The text was updated successfully, but these errors were encountered:
First off this is an amazing plugin. Does exactly what I need it to do. The only issue is that my other plugins in my app that exist on the same page require newer versions of jquery (1.8.3+) and jquery ui to work. When I load jquery 1.7.2 and jquery-ui 1.8.16 the nested sortables work perfectly but then I have issues with the other parts of my app breaking. Specifically, the plugin breaks with newer versions of jquery and jquery-ui when I connect my lists with connectWith option.
What are some possible workarounds on how to approach this? I have heard of noconflict as a possible solution to load 2 diffrent versions of jquery on the same page but I'm not sure if this is a good solution.
Any guidance would be greatly appreciated. Thanks!
The text was updated successfully, but these errors were encountered: