I have a website with several divs, and I need it when the screen arrives on a given div, an action happens, but I do not know which javascript or jquery event is responsible for that.
Example:
<div id='1'>
div1
</div>
<div id='2'>
div2
</div>
Thanks for the help.