I understand that $("#id") is faster because it maps to a native javascript method. Is the same true of $("body")?
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
|
||||
|
|
|
No it does not use Sizzle, there's a special shortcut for
Note that this isn't quite the same as |
|||||
|
|
This is straight from the source (code):
For tags other than body If you dig a little deeper it turns out they will use
|
|||||||||||||
|