Comment

Peter Bengtsson

See my update in the blog post.

Parent comment

h3

Why not simply: $("#foo").find("p"); The syntax is more clear and readable, and jQuery isn't called twice. Performance wise, they are practically equivalent.