Parabellum1905y / ufd

Automatically exported from code.google.com/p/ufd
GNU General Public License v2.0
0 stars 0 forks source link

after dynamically adding dropdowns, ufd dropdowns stop working #14

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. have HTML code containing several ufd dropdowns
2. add HTML code using jQuery having new dropdowns
3. (optionally) add ufd to new dropdowns

What is the expected output? What do you see instead?
- expect to have more dropdowns with skin
- existing dropdowns stop working, only the new one works

What version of the product are you using?
- v0.5

Original issue reported on code.google.com by tjeerd.m...@gmail.com on 27 Apr 2010 at 4:24

GoogleCodeExporter commented 8 years ago
[deleted comment]
GoogleCodeExporter commented 8 years ago
correction: invalid issue

when using $(...).html() it doesn't work, however $(...).append() does work.

This is more likely to be an issue of jQuery core.

Original comment by tjeerd.m...@gmail.com on 28 Apr 2010 at 8:11

GoogleCodeExporter commented 8 years ago
Thanks for the report. Not clear on what you are adding with html/append. 

Original comment by thetoolman on 6 May 2010 at 11:14