CSS Attribute Substring Selector

Structure

element1[attr*="partialvalue"]

Description

This selector allows you to select elements by a substring which is part of an attribute-value.

Examples

Compatibility

Chrome Firefox Internet Explorer Opera Safari
Any Any 7.0+ Any Any




Comment