-
Notifications
You must be signed in to change notification settings - Fork 12
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
Uncaught TypeError: Cannot set property 'multiple' of undefined #2
Comments
@alfirin if you would be so kind to provide an example on jsfiddle, I'll take a look. I have not tested against jquery 2.x. |
I am also getting this error |
I will take a look this weekend and see if I can resolve this issue. |
Any updates on this issue? I like how concise your plugin is for my use but I can't get it work :) I keep getting: 'TypeError: Attempted to assign to readonly property.' Using: |
UPDATE: Seems to be an issue running jQuery UI - v1.10.4. I setup with jQuery UI - v1.9.2 and have a working example here: However, when list items are dragged they 'explode' out of position. |
@ninthvector yeah, I believe jquery 2 changed the namespace for plugins. I'm taking a look at it now to see if what might be involved to upgrade the plugin. I'll let you know what I learn. |
Just released a fix to support new jQueryUI. Pls confirm if this resolves your issue. |
Yes, works now using: Thanks so much for the speedy update! |
@ninthvector thanks for confirming I will close the issue now. |
I wanted to use your plugin, but it seems it doesn't work.
This is the issue: Uncaught TypeError: Cannot set property 'multiple' of undefined (line 74).
I use:
"jquery": "~2.0.3",
"jquery-ui": "~1.10.3",
The text was updated successfully, but these errors were encountered: