The Dev Shelf
Using Jquery we can easily deselect all checkboxes inside div $('#DivID').find('input[type=checkbox]:checked').removeAttr('checked');
No comments:
Post a Comment