Skip to content
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

Closed
alfirin opened this issue Nov 27, 2013 · 9 comments
Closed

Uncaught TypeError: Cannot set property 'multiple' of undefined #2

alfirin opened this issue Nov 27, 2013 · 9 comments

Comments

@alfirin
Copy link

alfirin commented Nov 27, 2013

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",

@javadoug
Copy link
Owner

@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.

@melbourne2991
Copy link

I am also getting this error

@javadoug
Copy link
Owner

javadoug commented Mar 5, 2014

I will take a look this weekend and see if I can resolve this issue.

@ninthvector
Copy link

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.'
Line 74: instance.multiple = {};

Using:
jQuery UI - v1.10.4
jQuery v1.9.1

@ninthvector
Copy link

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:
http://jsfiddle.net/ninthvector/SR64s/5/

However, when list items are dragged they 'explode' out of position.

@javadoug
Copy link
Owner

@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.

@javadoug
Copy link
Owner

Just released a fix to support new jQueryUI. Pls confirm if this resolves your issue.

@ninthvector
Copy link

Yes, works now using:
jQuery UI - v1.10.4
jQuery v1.9.1

Thanks so much for the speedy update!

@javadoug
Copy link
Owner

@ninthvector thanks for confirming I will close the issue now.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants