[jQuery] End of animation

2009-08-05 Thread Mathieu
Hi all, I would like to know when a set of animations, started inside an "each" function, is finished. In the following example, how can I simply hide the whole #menu element once LI elements have been fully animated ? --- HTML One Two

[jQuery] .end()

2007-12-13 Thread KidsKilla .grin! wuz here
Couple times I've seen jQuery examples, where used .end() function: http://docs.jquery.com/Tutorials:How_jQuery_Works (Chainability) Is there any reason to paste .end() as the last function of chain? -- Максим Игоревич Гришаев, AstroStar.ru

[jQuery] end(), this bug unknown

2007-08-23 Thread SeViR
Hi all, recently I have read the slides published by John Resig about his first Google Tech Talk: http://ejohn.org/blog/building-a-javascript-library/ In the slide number 50 there is a little example code: $("div.section") .find("dt") .addClass("section") .onclick() .ne