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.

Replies

Peter Bengtsson

See my update in the blog post.