4-10-2010
Scroll the browser window using jQuery without any plugin
You can use .offset() to get the position of an specific element to scroll to, or use $('body').height() to move to the bottom of the document.
Scroll the browser window using jQuery without any plugin
You can use .offset() to get the position of an specific element to scroll to, or use $('body').height() to move to the bottom of the document.