Sha256: 5308c83eef52eb14fcc0273cdf06c94b64057f39389ff45f20767fe2cf425dfd
Contents?: true
Size: 229 Bytes
Versions: 7
Compression:
Stored size: 229 Bytes
Contents
window.onload = function(){ $(".select-all-btn").click(function(){ var checkBoxes = $(this).closest('form').find(".attribute-checkbox input[type=checkbox]"); checkBoxes.prop("checked", $(this).prop("checked")); }); };
Version data entries
7 entries across 7 versions & 1 rubygems