Sha256: 329a3c660cea3aadff75a2fcc3f17abb066aa289ede0c9e07a9a68b3dceb771d
Contents?: true
Size: 292 Bytes
Versions: 135
Compression:
Stored size: 292 Bytes
Contents
function initTabs() { function masonryLayoutRefresh() { $('.grid > .row').masonry('layout'); } function triggerMasonryLayoutRefresh() { setTimeout(masonryLayoutRefresh, 200) } $(".tab-strip a").on("click", triggerMasonryLayoutRefresh); } $(function() { initTabs(); });
Version data entries
135 entries across 135 versions & 1 rubygems