how i can set checked a list of pre-poluated checkbox?
here my code for dynamic checkbox list
http://pastie.org/5114482;
my solution:
jQuery('.my-checkbox input:checkbox')prop('checked', true);
for all checkboxes, but if i want choose ?
how i can set checked a list of pre-poluated checkbox?
here my code for dynamic checkbox list
http://pastie.org/5114482;
my solution:
jQuery('.my-checkbox input:checkbox')prop('checked', true);
for all checkboxes, but if i want choose ?