Skip to main content

Bug Tracker

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 josser comment:1

Ugrr.. I am inattentive ass;

live() currently not supported "scroll" and this information is in docs.

Could this be an improvement?

Changed March 12, 2009 12:04AM UTC by dmethvin comment:2

resolution: → invalid
status: newclosed

Improvements to

.live
are on the roadmap; I'll close this since it's working as currently documented.

http://docs.jquery.com/JQuery_1.4_Roadmap

Changed April 05, 2011 07:33AM UTC by anonymous comment:3

Please, tell me that live() supports "scroll" in ver 1.4.3 :(((

Changed June 03, 2011 01:59PM UTC by netmajor@gmail.com comment:4

It is possible that jQuery will be support scroll event in live function ?

Changed August 18, 2011 11:03AM UTC by anonymous comment:5

still not supported in 1.6.1, pretty annoying, could really do with this

Changed January 14, 2012 05:04PM UTC by anonymous comment:6

Really need this support as well. Still doesn't work. :)

Changed January 14, 2012 06:07PM UTC by rwaldron comment:7

Anonymous, live() has been deprecated.