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">
Thanks in advance
where the href within it containsa string. I can apply the class to the anchor without a problem, butI can't seem to select the parent. Is an anchor a child?
Hi Michael & PaulThanks for your replies - both expressions work !(plus another I worked on prior to your responses).Just have to say thanks for the great jquery community supportofferred hereWhile I have your attention - had another question to ask....Since I am translating the standard hrefs with calls to jquery ajaxfpr tje entire CMShow does this effect SEO and other ...