> Well, who has a return false inside of .each callback and is looking > to use what it currently returns? Line 144 of core aka $.fn.each. > doesn't need to change unless you are returning false inside of > the .each. > > Actually, instead of returning just false, you could return whatever > is set to return inside of .each, and if nothing is set to return it > does the current default behavior.
Actually, that's another point: If this were to be implemented it wouldn't be possible to return 'false' since 'false' already 'break's the looping. Hmm... --John --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "jQuery Development" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/jquery-dev?hl=en -~----------~----~----~----~------~----~------~--~---
