I'm adding a select box to a form by cloning the current table row, and then doing
currentRow.after(newRow);
Q: Using the .live
method, how do I test to see when the new select option has changed?
$('table select').live('change',function(){
var select = $(this);
var newVal = select.val();
});
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With