a[href$=fgh.html]
what does the $ mean in here.
Is there a way to know more about the symbols?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
It’s an ends with jQuery selector, so it matches all
hrefs that ends withfgh.html.For more info about the possible selectors see:
http://api.jquery.com/category/selectors/