Hello Adrain,
have you tried something like this?

$('div').not('.myClass')

This will get all divs on a page except those with class .myClass.

Bohdan

Reply via email to