Sha256: 058ff41019313c6394899c8dd8b6111a9aafe404c1bd35653fbce9d748eb2547
Contents?: true
Size: 219 Bytes
Versions: 141
Compression:
Stored size: 219 Bytes
Contents
Spotlight.onLoad(function() { // Don't allow unchecking of checkboxes with the data-readonly attribute $("input[type='checkbox'][data-readonly]").on("click", function(event) { event.preventDefault(); }); });
Version data entries
141 entries across 141 versions & 1 rubygems