[jQuery] Re: Is it possible jQuery do similar actions width $(this) such as selectors like $(DIV A)

2008-02-12 Thread George
Further to the other responses... You can squeeze out a slight performance boost by using the child selector or children() method. (Most noticable when find() is faced with searching a deep DOM, or perhaps when this search is one of many in a loop.) Eg: $(this).children(DT) or $(this).find(DT)

[jQuery] Re: Is it possible jQuery do similar actions width $(this) such as selectors like $(DIV A)

2008-01-22 Thread Jörn Zaefferer
mtest schrieb: Firstly, sorry for my english, but it's very important to me know the answer :). For example there is such a code: dl dtMenu/dt ddSubMenu1/dd ddSubMenu2/dd ddSubMenu3/dd /dl i call function: $(dl).bind(mouseover, function(){ I get the object DL, witch now may