How to use :not in the selector was throwing me. Docs were down, but back up (but very slow).
$ ("[type=checkbox]:not('#specific_checkbox_id')").removeAttr('checked') On Sep 3, 12:57 pm, Brad <[EMAIL PROTECTED]> wrote: > I'm looking for the quickest way to uncheck all of the checkboxes on a > page except for one with a given idea. I realize I could uncheck all, > then check one, but I'm curious if I can leverage not: to accomplish > what I want to do?