Check All Checkboxes using simple method.

Vishalneeraj-24503
Posted by Vishalneeraj-24503 under jQuery category on | Points: 40 | Views : 1146
$("[id*=chk_lst_employee] input:checkbox").prop('checked',true);

Comments or Responses

Login to post response