Sha256: 92f38eaae414f4f19ce19bc3181be7294a725f66801eecbca1276e6f5687f64a
Contents?: true
Size: 395 Bytes
Versions: 88
Compression:
Stored size: 395 Bytes
Contents
Blacklight.onLoad(function() { /* * facets lists */ $("li.expandable").click(function(){ $(this).next("ul").slideToggle(); $(this).find('i').toggleClass("glyphicon-chevron-right glyphicon-chevron-down"); }); $("li.expandable_new").click(function(){ $(this).find('i').toggleClass("glyphicon-chevron-right glyphicon-chevron-down"); }); }); //end of Blacklight.onload
Version data entries
88 entries across 88 versions & 3 rubygems