[jQuery] 2 different ways of doing the same thing?

[jQuery] 2 different ways of doing the same thing?


Would this not be 2 different ways to do the same thing?
$('input:not(:checkbox));
vs.
$('input').not(:checkbox);