[attribute!="value"]1.0An attribute name.An attribute value. Can be either an unquoted single word or a quoted string.Select elements that either don't have the specified attribute, or do have the specified attribute but not with a certain value.
This selector is equivalent to :not([attr="value"]).
[name!="value"]$("your-pure-css-selector").not('[name="value"]')Finds all inputs that don't have the name 'newsletter' and appends text to the span next to it.; not newsletter');]]>name is newsletter