richrock Posted January 30, 2012 Share Posted January 30, 2012 I've seen plenty of examples of jQuery scripts that would allow a user to scroll back to the top of the page, but is there anything that could do the reverse? I have a client who seems to think that everyone who uses his new site doesn't realise that they can in fact scroll DOWN, despite there being a scrollbar... Anyway, in order to appease the anger of the clients , I need a pointer to anything that would say, move the browser down 500px or so with each click. I can't find anything, and JS is not my language. Pointers welcome, I'm sure I could figure something out. Cheers in advance! Quote Link to comment Share on other sites More sharing options...
Adam Posted January 30, 2012 Share Posted January 30, 2012 With jQuery you should be able to use something like: $(document).scrollTop($(document).height()); Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.