> In the slide number 50 there is a little example code:
>
> $("div.section")
>    .find("dt")
>       .addClass("section")
>       .onclick()
>          .next().toogle().end()
>       .end()
>    .end()
>    .find("dd")
>       .hide()
>       .filter(":first")
>          .show()
>       .end()
>    .end();
>
> In a first moment, I thought: "ok, wait a moment, I need read this  
> more slow". And later,
> I opened my mouth, and said wooowww!!!, Can I do that with jQuery??

This is exactly the same reaction I had!

> This is the first example of end() method that I can see and, now,  
> I see the power of the end() method.

I still don't fully understand how to use it through, maybe a nice  
tutorial should be written...


-Nicolas

-- 
Nicolas "Brush" HOIZEY
Clever Age   : http://www.clever-age.com/
Gastero Prod : http://www.gasteroprod.com/
Photos : http://www.flickr.com/gp/[EMAIL PROTECTED]/M1c002


Reply via email to