Hello, I'm just starting with jQuery and would like to know the best
way to identify children elements of "this" to perform animation on.

Some Googling brought me this seemingly useful code snippet: jQuery
("img", this);

But I don't know the correct syntax for this.

Here's my newbie shot-in-the-dark code:

$(jQuery("li", this)).animate({ top : "60px" }, 3000 );

Reply via email to