0
There is how to perform a function only when a div
is on the user screen?
Example, I have a div
that is in the middle of the site and when user scrolls up to it, or get to it, I want a function to be executed.
There are ways to do this with Angularjs or Jquery?