I have a set of dynamically generated dropdown boxes on my page. basically I clone them using jQuery. now I want to capture the value selected on each dropdown on change eve
In case you want the index of the current selected value.
$selIndex = $("select#myselectid").prop('selectedIndex'));