Sha256: 8f22e1dbd13ca274bd8c35b660b53008bc489d5e4af9153bbd5091a2969dd13e
Contents?: true
Size: 254 Bytes
Versions: 6
Compression:
Stored size: 254 Bytes
Contents
$(function(){ //NOTE: This function is tightly coupled with the catalog index markup $('.show-details').on('click', function(event){ event.preventDefault(); $(this) .parents('tr') .next('tr') .toggleClass('hide'); }); });
Version data entries
6 entries across 6 versions & 1 rubygems