On Feb 24, 6:10 pm, Jon Sagotsky <sagot...@gmail.com> wrote:
> Just to clarify, $("p", "#foo") would be meaningless

That's not true. $('p', '#foo') has the exact same result as $('p', $
('#foo')), the context is executed just as well.

Reply via email to