skip to Main Content

Jquery doesnt work with two :not selectors? – SEO

I used two :not selectors in Jquery as follows and when I use both it does not work? //$("section:not('#contact')").css({border:"2px solid red"}); //$("section:not('#clients')").css({border:"2px solid red"}); It onl works with one not selector, anyone know why? Here is the html <!DOCTYPE html>…

VIEW QUESTION
Back To Top
Search