#4331 closed bug (invalid)
.live() is not working with "scroll" event
Reported by: | josser | Owned by: | brandon |
---|---|---|---|
Priority: | major | Milestone: | 1.4 |
Component: | event | Version: | 1.3.2 |
Keywords: | live scroll | Cc: | |
Blocked by: | Blocking: |
Description
When i'm binding an event with live() and "eventType" is "scroll", the event is not bind;
Example:
$(document).ready(function(){
$("#first").live("scroll", function(){
alert(123);
});
});
<div id="first" style="overflow: auto; height:120px; width: 130px; margin: 0; padding: 0;"> aaaa <br /> <br /> <br /> <br /> <br /> <br />
<br /> <br /> <br /> bbb </div>
Change History (7)
comment:1 Changed 14 years ago by
comment:2 Changed 14 years ago by
Resolution: | → invalid |
---|---|
Status: | new → closed |
Improvements to .live
are on the roadmap; I'll close this since it's working as currently documented.
comment:4 Changed 12 years ago by
It is possible that jQuery will be support scroll event in live function ?
comment:5 Changed 11 years ago by
still not supported in 1.6.1, pretty annoying, could really do with this
Ugrr.. I am inattentive ass;
live() currently not supported "scroll" and this information is in docs.
Could this be an improvement?