[jQuery] Get all inputs but not a specfic one?

[jQuery] Get all inputs but not a specfic one?


Hi,
is there a way to do this:
$("input:checkbox" -> but not this one id = #notwanted <- ).click
(function(){ .....
Thanks a bunch!