Sha256: bccb57077cf0cb9b41fda0e16981815ca201270ef1c1d945bcd80c7f10932bbb
Contents?: true
Size: 226 Bytes
Versions: 12
Compression:
Stored size: 226 Bytes
Contents
// Animated scroll to anchors and offset var $root = $('html, body'); $('a[href^="#"]').click(function () { $root.animate({ scrollTop: $( $.attr(this, 'href') ).offset().top-200 }, 500); return false; });
Version data entries
12 entries across 12 versions & 1 rubygems