Is it possible using jQuery to select all <a> links which href ends with "ABC"
for example, if I want to find this link <a href="http://server/page.aspx?id=ABC">
|
|
Selector documentation can be found at http://docs.jquery.com/Selectors For attributes:
|
|||||||||||||||||||||
|
This will return the title of the first link that has a URL which ends with "ABC". |
|||||||||
|
|
||||