Snippets tagged “attribute-selectors”
2 snippets use this tag.
- How to Apply CSS Style to the Element NameCSS
In this snippet, we’re going to demonstrate how you can apply CSS styles to the name of the element. For that, you can use attribute selectors. See examples.
- How to Use jQuery Selectors on Custom Data AttributesJavaScript
In this tutorial, you will find useful information about the usage of jQuery selectors on custom data attributes. See examples and solve your problem.