- Description
E[attr*="something"] matches any element E with attribute 'attr' where the value contains the substring 'something'.
See also:
- Live Example
- Play with the code in the textarea below.
E[attr*="something"] matches any element E with attribute 'attr' where the value contains the substring 'something'.
See also: