-
Notifications
You must be signed in to change notification settings - Fork 530
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Does "connectWith" Even Work? #87
Comments
This proves it works |
Yes, yes it does, with jQuery 1.7.2 and jQueryUI 1.8.18. I just tried your link with jQuery 1.9.1 and jQueryUI 1.9.2 and it didn't work. I also wrote up a scenario where Sortables and nestedSortables were working together, with root parents and nestedsortable children, of which the newer jQuery doesn't work but the older 1.7.2 jQuery does work. So you are half-correct... it does work with the older version. Older: http://jsfiddle.net/Ge7eK/130/ Older: http://jsfiddle.net/Ge7eK/132/ |
Have the exact issue as well. My other plugins require newer versions of jQuery and jQuery UI. |
_clearEmpty improvements, toArray data collection
I created two very simple ordered lists, both with unique IDs and same class. I applied the connectWith option, using the same class.
While I can move an item from one list to another, the nesting function stops working at that point. If the connectWith options is commented out, the nesting functionality begins working again.
Is this a known problem or is there something very specific I should be applying? Any ideas?
The text was updated successfully, but these errors were encountered: