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

.data() values set on original control lost #123

Open
RupW opened this issue Apr 4, 2012 · 0 comments
Open

.data() values set on original control lost #123

RupW opened this issue Apr 4, 2012 · 0 comments

Comments

@RupW
Copy link

RupW commented Apr 4, 2012

FCBKcomplete 2.8.9.3 removes the original <select> element from the DOM and creates a new element instead (the temp_elem code). This means

  • any jQuery references to the original select (including those returned from the .fcbkcomplete function itself) point to the old, now disconnected element and not the new element on the page
  • any .data() set on the original element before initialisation is lost.
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

1 participant