Sunday, 19 August 2018

Disabled control inside table

  $("#tblMain").find('input[type=submit], select, input[type=text], input[type=button], textarea, a').removeAttr('onclick').not('#lbtnReleaseLock').removeAttr('onclick').removeAttr('href').attr({ 'disabled': 'disabled', 'id': '' });

No comments:

Post a Comment