mySet is an object or variable, $(mySet) will try to get an element
using the contents of mySet as the selector.

On Mar 5, 10:04 am, ggerri <gerald.ressm...@ewz.ch> wrote:
> 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%...
> Sent from the jQuery General Discussion mailing list archive at Nabble.com.

Reply via email to