[jQuery] Re: Very simple question...

2009-03-11 Thread Karl Rudd
I suggest reading through: http://docs.jquery.com/ In this case the page you want is: http://docs.jquery.com/Traversing Karl Rudd On Thu, Mar 12, 2009 at 10:04 AM, 7times9 7tim...@googlemail.com wrote: ...what does eq as in .eq(2) stand for? It helps me to read jQuery in my head if I

[jQuery] Re: Very simple question...

2009-03-11 Thread Josh Powell
@7times9 I'm not sure what eq() stands for, come to think of it, but I always read it in my heads as 'equals' as in the index equals 2. On Thu, Mar 12, 2009 at 10:04 AM, 7times9 7tim...@googlemail.com wrote: ...what does eq as in .eq(2) stand for? It helps me to read jQuery in my head if

[jQuery] Re: Very simple question...

2009-03-11 Thread jQuery Lover
That is exactly what it stands for :) Read jQuery HowTo Resource - http://jquery-howto.blogspot.com On Thu, Mar 12, 2009 at 9:09 AM, Josh Powell seas...@gmail.com wrote: @7times9 I'm not sure what eq() stands for, come to think of it, but I always read it in my heads as 'equals'