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! Link to comment https://forums.phpfreaks.com/topic/256049-reverse-scroll-link/ 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()); Link to comment https://forums.phpfreaks.com/topic/256049-reverse-scroll-link/#findComment-1312646 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.