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
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