jQuery has a function called scrollTop which can be used to find the number of pixels hidden above the current page view.
I\'m not really sure why, but there is no s
You could try scrollTo plugin and do something like:
$.scrollTo( document.height )