[jQuery] Selector Question should be easy (continued with online example)

2007-08-15 Thread Mitch
This doesnt work http://www.whatbird.com/wwwroot/Components/jQuery_How_Do_I_not.html This works http://www.whatbird.com/wwwroot/Components/jQuery_How_Do_I_not2.html The first example uses John's example for using not. Klaus your's didnt work either. Is this my stupidity again? Mitch

[jQuery] Selector question should be easy

2007-08-15 Thread Mitch
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