var checked = false; $("input[name='checkall']").click(function(e) { checked = !checked; $("input[type='checkbox']").prop("checked", checked); }); $("tr.organization td").click(function(e) { }); $(function() { });