$(document).ready(function() { $("#check_all").click(function () { $(".checkbox").prop("checked", this.checked); resultSum() }); });