i am using this [plugin][1]
Now i am doing a way to clone the select dropdown. A button to add cloned divs.
So, an user have a initial dropdown, but he can add more. The div is cloned.
The main problem is that when i clone the div, the dropdown is associated to initial dropdown and no to the new, that is cloned. The result is: all dropdowns of the new cloned divs have the event to open the select associated to the first.
![enter image description here][2]
Script to call the plug in
script to clone
Any idea to solve the problem?
Basically i think the event associated to dropdown is not copied...
thanks
[1]: http://www.marghoobsuleman.com/mywork/jcomponents/image-dropdown/samples/normal.html
[2]: http://i.stack.imgur.com/2cfp3.png
以上就是problem when clone - jquery的详细内容,更多请关注web前端其它相关文章!