How do I check if this particular link with the following href attrib is clicked? and then give a background color to its ‘li’ when clicked using jquery?
<ul class="static">
<li class="static"><a class="static menu-item" href="/SitePages"> </a></li>
<li>other anchor tags</li>
<li></li>
</ul>
You can use the following: