|
How to select a particular element having a specific class? - Class Selector (“.class”)
by: Itfunda
Product Type: Tips and Tricks (Books)
Technologies: jQuery-Selectors
To select an element with a specific class, class selector can be used. We need to prefix the class name with “.” (dot).
|