On page load, using jQuery how can I select all check boxes in a specific div automatically?
$(function(){ $('#thediv input:checkbox').attr('checked', 'checked'); });