javascript Programming Glossary: scrolltonew
Using arrow keys with jQuery scrollTo http://stackoverflow.com/questions/2168739/using-arrow-keys-with-jquery-scrollto original code that uses it Here is the function function scrollToNew scrollTop window .scrollTop '.new' .each function i h2 loop.. modified to use the function jQuery function #next .click scrollToNew Finally you can add in the keypress code and call the function.. keypress code and call the function from there function scrollToNew scrollTop window .scrollTop '.new' .each function i h2 loop..
|