I have a Html Table which consists of rows that were generated dynamically (from PHP) and each row conatins the select box and textbox with the values. Now how do i know which row has been changed (i mean Select box and textbox). Iam looking to have a list of (1,3,5,7) rows that have been changed so that i can pass them to the hidden and retrive in php
("#tb11").change(function(){
//Code
});