function checkall(){ $("#selectall").change(function(){ $("input[name='checkboxes']").prop("checked", $(this).prop("checked")); }); }