$(document).ready(function(){$("input#filter_all").click(function(){if(this.checked){$("form#form_search input[type='checkbox']").each(function(){this.checked=true;});}});$("form#form_search a#submit").click(function(){$("form#form_search").submit();});});