Jquery how to select tag that does not contain two classes? -


in jquery, how can select tags, doesn't have class a , class b.

you can use :not():

$(':not(.a.b)') 

to select elements dont have both class , class b.


Comments

Popular posts from this blog

blackberry 10 - how to add multiple markers on the google map just by url? -

php - guestbook returning database data to flash -

delphi - Dynamic file type icon -