Hi there
 
thats an easy one for you ;-)
 
if i do:
 
var mySet = $('tr>td:nth-child(2n)');
 
how do I use mySet? What's the difference between
 
mySet.find(':text')
 
and
 
$(mySet).find(':text')
 
 
Thanks :-))
GGerri
 
-- 
View this message in context: 
http://www.nabble.com/Simple-one%3A-difference-between-varXy.find%28%27%3Atext%27%29-and-%24%28varXy%29.find%28%27%3Atext%27%29-tp22348597s27240p22348597.html
Sent from the jQuery General Discussion mailing list archive at Nabble.com.

Reply via email to