jQuery: The Write Less, Do More JavaScript Library

2 different ways of doing the same thing?

by CoffeeAddict :: Rate this Message:

Reply to Author | View in Thread


Would this not be 2 different ways to do the same thing?

$('input:not(:checkbox));

vs.

$('input').not(:checkbox);

 « Return to Thread: 2 different ways of doing the same thing?