|
How to select multiple elements at a time? Multiple Selector (“selector1, selector2, selectorN”)
by: Itfunda
Product Type: Tips and Tricks (Books)
Technologies: jQuery-Selectors
To select multiple elements having different attributes, multiple selector can be used. We can mix the class selector, element selector, id selector all in this selector separated by “,” (comma).
|