onscroll for div
Posted
by The Machine
on Stack Overflow
See other posts from Stack Overflow
or by The Machine
Published on 2010-06-01T14:01:14Z
Indexed on
2010/06/01
14:03 UTC
Read the original article
Hit count: 296
Does a div element not have , an onscroll event handler ? The behaviour on my page, doesn't seem to indicate the div onscroll eventHandler is recognized.
<div id='bd' onscroll='alert('Scroll Called');'></div>
.
Also,
Do div scroll events roll up to window scroll events, as per DOM event bubbling ?
© Stack Overflow or respective owner