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