[jQuery] Selector question should be easy

[jQuery] Selector question should be easy


Does anyone have a way to select
"all divs except one with a specific ID?"
I want something like
$(* :not("myID")).click
or
$(div :not("myID")).click
I have tried :not but have not been able to get it to work on IDs,
seems that it just works on elements.
thanks
Mitch