On 5/11/07, Dan G. Switzer, II <[EMAIL PROTECTED]> wrote:

I haven't really spent any time looking through the parsing engine, but
wouldn't it be faster to find elements by ID and then filter by the tag?


IIRC, that's what the selector engine does currently (that or something like
it). "p#myId" used to take a very long time because it would go through
every "p" and look for one with an id of "myId". I'm quite sure that jQuery
doesn't do that anymore.

--
Aaron Heimlich
Web Developer
[EMAIL PROTECTED]
http://aheimlich.freepgs.com

Reply via email to