[jQuery] nextUntil and other DOM traversing/manipulting methods
Hi folks,
I'd like to invite you to discuss wheather methods like nextUntil should be included into the jQuery core. Details about the discussion so far can be found here: http://jquery.com/dev/bugs/bug/249/
Another thing I'd like to discuss here: Currently the jQuery code contains an interesting yet undocumented feature: It allows you to pass around functions as additional arguments to most methods, including the constructor: If such a method is present, the current selection is applied to this function via each, and in case of methods like filter(), the jQuery object isn't modified, the filtered set is used only once for the function.
As the "fix" for non-destructive behaviour will be introduced in 1.1, I think the above will be redundant. Therefore my question: Document it properly or remove it completely? Removing in favor of other methods (see above)?
--
Der GMX SmartSurfer hilft bis zu 70% Ihrer Onlinekosten zu sparen!
Ideal für Modem und ISDN: http://www.gmx.net/de/go/smartsurfer
_______________________________________________
jQuery mailing list
discuss@jquery.com
http://jquery.com/discuss/