I am dynamically added Dropdown controls to a webpage as the user scrolls down the page.
using Ajax.
I have no idea on how to convert the dynamically added DropDown Control to a DRopKick(Jquery DropKick) control
All the dynamically added dropdowns have the same name
Dropkick is working as expected for controls that already exist on the page
After adding the new controls, you need to call
Based on the updated comments, the following solution should work