Did you test your two solutions?
Does the same thing?


----- Original Message ----- From: "expresso" <dschin...@gmail.com>
To: "jQuery (English)" <jquery-en@googlegroups.com>
Sent: Thursday, July 02, 2009 10:11 AM
Subject: [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);

Reply via email to