|
How to select an element based on its attribute - Attribute Selector (element*‘attribute$=“name”+’)
by: Itfunda
Product Type: Tips and Tricks (Books)
Technologies: jQuery-Selectors
To select an element based on a particular attribute value, attribute selector can be used. For example, if we have multiple textboxes on the page but we want to select only one textbox having id as “txtName”, we can use attribute selector.
|