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
 
 
 
 

Reply via email to