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

Error when selecting a option item (data is not defined) #33

Closed
derpaschi opened this issue Nov 11, 2011 · 4 comments
Closed

Error when selecting a option item (data is not defined) #33

derpaschi opened this issue Nov 11, 2011 · 4 comments

Comments

@derpaschi
Copy link

Hi there, love your plugin. After integrating it into my app, i get a js error when selecting an option:

"data is undefined" $select = data.$select; jquery.dropkick.js (Zeile 263)

Do i make something wrong? Would love to get this work.

Cheers
hubeRsen

@johnlonganecker
Copy link

I am getting the same issue.

@johnlonganecker
Copy link

Ok, I feel stupid now. You are suppose to use unique name values for your select tags. I was using the same name for a couple of dynamically generated select tags. It is working now.

@jackmahoney
Copy link

I'm having this issue too - any help?

@josecvega
Copy link

Unknowingly I had two dropdown being created. I was using backbone and I was mistakenly inserting them into the DOM twice.

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

5 participants