Sha256: 22c82ea5587f50828daa07c94ecc34c77bcdc7564949e5fb711a912eeeeebbd2
Contents?: true
Size: 318 Bytes
Versions: 12
Compression:
Stored size: 318 Bytes
Contents
$(document).ready(function(){ $('a').click(function(){ var titulo = $(this).html(); if (titulo == "[índice]") { $('html, body').animate({ scrollTop: 0 }, 1000); } else { $('html, body').animate({ scrollTop: $('h3').filter(':contains("'+titulo+'")').offset().top - 30 }, 1000); } }); });
Version data entries
12 entries across 12 versions & 1 rubygems