/ Published in: JavaScript
Expand |
Embed | Plain Text
//donde #top es el anchor al que se va $('html, body').animate({scrollTop: $("#top").offset().top}, 400);
You need to login to post a comment.
javifr on 10/29/10
1 person have marked this snippet as a favorite
//donde #top es el anchor al que se va $('html, body').animate({scrollTop: $("#top").offset().top}, 400);
You need to login to post a comment.