0
I want a code to be executed when a user scroll on a website? ?? I heard jQuery can do that...if it xan then how do I go by it?
JQuery tutorials question
2 Respuestas
+ 1
you can use the scroll() jquery function:
https://www.w3schools.com/jquery/tryit.asp?filename=tryjquery_event_scroll
0
thanks