Joined December 2012
·
Achievements
45 Karma
0 Total ProTip Views

Charity
Fork and commit to someone's open source project in need

Forked
Have a project valued enough to be forked by someone else

Cub
Have at least one original jQuery or Prototype open source repo
Just wanted to note that this is only correct when searching by ID.
Searching by tag name yields different results in modern browsers where
$('div').find('p')</code> is slower than $('div p')</code> because the latter uses querySelector().
http://jsperf.com/find-vs-sizzle-jf