How to clone a jQuery Chosen select box with dynamically populated options?
问题 I'm facing issues while cloning an existing chosen element (not the options but the entire select box) and creating a dynamic id for them. I'm able to clone the chosen element however, it has the same id generated as that of parent chosen and is not allowing to select an option in there. When I click on the newly generated chosen box, the parent chosen that was cloned is showing the list of options to select instead of child chosen. Child chosen was made frozen and I'm unable to select the