[jquery-dev] Re: Will the live() method be improved in 1.4?

2009-11-05 Thread furf
optimized live and die methods into the jQuery root and aliases them back to the jQuery instances. http://github.com/furf/jquery-live/blob/master/jquery.live.js Unless I'm missing something, I really haven't modified much and these changes could be integrated into jQuery with two copies and two pastes

[jquery-dev] Re: Will the live() method be improved in 1.4?

2009-11-05 Thread furf
I don't think that the method name is at question here, but rather the unnecessary performance cost of querying a selector before DOMReady (or even after), ie. $('#anything'), when it is not needed for the event delegation pattern. The .live method uses only the .selector property of the jQuery