Sha256: 42ea17808c716ef03ac262d912b13ff9560afe0940a963c59005d6095da54ff6
Contents?: true
Size: 191 Bytes
Versions: 47
Compression:
Stored size: 191 Bytes
Contents
$('label.tree-toggler').click(function () { $(this).parent().children('ul.tree').toggle(100); }); $(document).ready(function(){ $("[rel=tooltip]").tooltip({ placement: 'bottom'}); });
Version data entries
47 entries across 47 versions & 1 rubygems