I have
<nav>
<ul class="sel">
<li>
<a href="#LINK1" data-title="A">A</a>
</li>
<li>
<a href="#LINK2" data-title="B">B</a>
</li>
<li>
<a href="#LINK3" data-title="C">C</a>
</li>
</ul>
</nav>
</header>
When the page loads I would like the <li>
with <a href='#LINK1' data-title="A">A</a>
to be selected and showing. I have tried multiple jQuery solutions and none have worked.
Is it possible to have this <li>
containing this specific <a>
show when the page loads?
I have many solutions such as: