Scroll top

jQuery Scroll top example call/use:

jQuery(‘html, body’).animate({
scrollTop: jQuery(“#content_top”).offset().top
}, 1950);

 

this will scroll to element whos id is “content_top”.

No Comments

Post a Comment