Sha256: 42d30d6e16ff0de8c5433af434c41d5f81d8effe0bf63aa51c1e0307200a6152
Contents?: true
Size: 568 Bytes
Versions: 33
Compression:
Stored size: 568 Bytes
Contents
//= require blacklight/core //= require blacklight/checkbox_submit (function($) { //change form submit toggle to checkbox Blacklight.do_bookmark_toggle_behavior = function() { $(Blacklight.do_bookmark_toggle_behavior.selector).bl_checkbox_submit({ //css_class is added to elements added, plus used for id base css_class: "toggle_bookmark" }); }; Blacklight.do_bookmark_toggle_behavior.selector = "form.bookmark_toggle"; Blacklight.onLoad(function() { Blacklight.do_bookmark_toggle_behavior(); }); })(jQuery);
Version data entries
33 entries across 33 versions & 1 rubygems