Side navigation
#4331 closed bug (invalid)
Opened March 11, 2009 03:52PM UTC
Closed March 12, 2009 12:04AM UTC
Last modified January 14, 2012 06:07PM UTC
.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>
Attachments (0)
Change History (7)
Changed March 11, 2009 04:04PM UTC by comment:1
Changed March 12, 2009 12:04AM UTC by comment:2
resolution: | → invalid |
---|---|
status: | new → closed |
Improvements to
.liveare on the roadmap; I'll close this since it's working as currently documented.
Changed April 05, 2011 07:33AM UTC by comment:3
Please, tell me that live() supports "scroll" in ver 1.4.3 :(((
Changed June 03, 2011 01:59PM UTC by comment:4
It is possible that jQuery will be support scroll event in live function ?
Changed August 18, 2011 11:03AM UTC by comment:5
still not supported in 1.6.1, pretty annoying, could really do with this
Changed January 14, 2012 05:04PM UTC by comment:6
Really need this support as well. Still doesn't work. :)
Changed January 14, 2012 06:07PM UTC by comment:7
Anonymous, live() has been deprecated.
Ugrr.. I am inattentive ass;
live() currently not supported "scroll" and this information is in docs.
Could this be an improvement?