$().each(funtion(index, div) {
    // in this case this and div are the same thing
    $self = $(this);
    $anotherSelf = $(div);
});

2009/8/12 Scott González <scott.gonza...@gmail.com>

>
> On Aug 11, 10:07 am, Pauan <pcxunlimi...@gmail.com> wrote:
> > And how is it inferior to set the current item as an argument to the
> > callback?
>
> I never said that was inferior, I merely explained the context for why
> the decision was made.
> >
>


-- 
Samer Ziadeh
www.samerziadeh.com


"Let It Be"

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"jQuery Development" group.
To post to this group, send email to jquery-dev@googlegroups.com
To unsubscribe from this group, send email to 
jquery-dev+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/jquery-dev?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to