$(#yourTableID).on('click', 'tbody>tr', function (event) { //check if row has an OnEdit class }); $(#yourTableID).on('keypress keyup keydown', 'tbody input:not([type="submit"]), textarea, select', function (event) { //check if row has an OnEdit class });