Hey! I have a problem with find:
It only appears to find "descendant" elements of a collection or element. I've been using JQuery for 3 years and unless memory fails me, find used to find stuff on the same level as well. I posted it as bug report here http://dev.jquery.com/ticket/3694 And looking at the find example over at http://visualjquery.com/ it seems that it should select elements on the same level since the example basically selects spans using find and then selects those that have "t" letter in them, again, using find.