CSS :not() vs. jQuery :not() – not the same

Ernest Marcinko jQuery, Tutorials 2 Comments

Most of you might already have heard of pseudo classes in CSS, might as well about the :not() negation pseudo class as well. It does what it sounds like it does, selects an element, which is not represented by it’s argument. It’s important to notice that it can only take a simple selector. Keep in mind, that there might be better and …