attributeNotEqual selector
Description: Select elements that either don't have the specified attribute, or do have the specified attribute but not with a certain value.
-
version added: 1.0jQuery( "[attribute!='value']" )
attribute: An attribute name.
value: An attribute value. Can be either a valid identifier or a quoted string.