Sha256: 2d09bf2625bffeac247e4f24d0ff79f0eb623fce0c18a575e5f24c370fc449dc
Contents?: true
Size: 372 Bytes
Versions: 9
Compression:
Stored size: 372 Bytes
Contents
$(function() { $(window).scroll(function() { if ($(window).scrollTop() >= 40) { $('#container-actions').css({ position : 'fixed', top : '0', width : '100%' }); } else { $('#container-actions').css({ position : 'absolute', top : '40px', width : '100%' }); } }); });
Version data entries
9 entries across 9 versions & 1 rubygems