|
How to select an element having a specific id - ID Selector (“#id”)
by: Itfunda
Product Type: Tips and Tricks (Books)
Technologies: jQuery-Selectors
To select an element having a specific id, id selector can be used. We need to prefix the id with “#” (hash symbol).
|