onsdag den 18. januar 2012

uncheck checkboxes with jQuery

$('input[type=checkbox]').removeAttr('checked');