Sha256: d3fa17a9e44ba37a04c145a114e5e4c72f592c9d6a0e51558053a2f299369de1
Contents?: true
Size: 305 Bytes
Versions: 11
Compression:
Stored size: 305 Bytes
Contents
/** * @author Geoff */ (function() { $(document).ready(function () { $('input.slider[type="checkbox"]').change(function() { if ($(this).is(':checked')) { $($(this).data('slider')).slideDown(); } else { $($(this).data('slider')).slideUp(); } }).change(); }); })();
Version data entries
11 entries across 11 versions & 1 rubygems