This question is locked. New answers and comments are not allowed.
Hello,
I have a hidden input template used for creating objects. The user can create X number of objects by clicking on a 'Create Another' link. I'm using jQuery's clone method to create copies of the template, and make the copy visible. However, the cloned ComboBoxes are not functioning correctly. Seems like they're not being initialized properly, as the following call is returning null:
$('#ComboBox').data('tComboBox')
Can someone please advise on a way to clone ComboBoxes on the client?
Thanks
Pete
I have a hidden input template used for creating objects. The user can create X number of objects by clicking on a 'Create Another' link. I'm using jQuery's clone method to create copies of the template, and make the copy visible. However, the cloned ComboBoxes are not functioning correctly. Seems like they're not being initialized properly, as the following call is returning null:
$('#ComboBox').data('tComboBox')
Can someone please advise on a way to clone ComboBoxes on the client?
Thanks
Pete