javascript - disable scrollbar and mousewheel but not scrollTo -


how can hide scrollbars in website, disabling scroll mouse being able reach hidden areas of page jquery scrollto plugin function? (click on button , page scroll target element)?

thanks!

to disable scroll bars simple css:

html, body {     overflow:hidden; } 

to scrollto please @ example:

http://www.adriantomic.se/development/scroll-to-the-top-with-jquery/


Comments

Popular posts from this blog

php - cannot display multiple markers in google maps v3 from traceroute result -

php - Boolean search on database with 5 million rows, very slow -

css - Text drops down with smaller window -