Sha256: 7a27f5541a202a115dfd6adf198c51047626480a415327d4615696608fee6798
Contents?: true
Size: 256 Bytes
Versions: 13
Compression:
Stored size: 256 Bytes
Contents
$(function(){ //NOTE: This function is tightly coupled with the catalog index markup $('.show-details').on('click', function(event){ event.preventDefault(); $('.extended-attributes', $(this).parents('li')) .toggleClass('hide'); }); });
Version data entries
13 entries across 13 versions & 1 rubygems