[jquery-dev] Re: Improvements to .each()

2009-04-04 Thread DBJDBJ
Plugins use $.each() with third argument, to pass things. For example: jquery.treeview.async.js --DBJDBJ On Apr 4, 1:04 pm, John Resig jere...@gmail.com wrote: Sure, I think that's reasonable - thanks for the code. I've already been working to remove most usage of .each() internally, in

[jquery-dev] Re: Improvements to .each()

2009-04-04 Thread Matt Kruse
On Apr 4, 10:44 am, DBJDBJ dbj...@gmail.com wrote: Plugins use $.each() with third argument, to pass things. For example: jquery.treeview.async.js Then the comment args is for internal usage only isn't quite true? :) Is that method signature in the public API? If not, then using it is