Just like $('div span') == $('div').find('span') and $('div > span')
== $('div').children('span') and so on. Options == good :)

On Jul 2, 1:11 pm, expresso <dschin...@gmail.com> wrote:
> Would this not be 2 different ways to do the same thing?
>
> $('input:not(:checkbox));
>
> vs.
>
> $('input').not(:checkbox);

Reply via email to