HTML / HTML Interview questions
How will you enable all the html elements within an html table?
$('#tableID').find('select,input,textarea').removeAttr('disabled');
More Related questions...
$('#tableID').find('select,input,textarea').removeAttr('disabled');
More Related questions...