CSS Selector for Partial String at the End of an Attribute-Value

Structure

element1[attr$="partialvalue"]

Description

This selector allows you to select elements by a substring at the end of an attribute-value.

Examples

Compatibility

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




Comment