@BenzHuang wrote:
in page, i'm have to jump the specified location, but on click navigation, it jump to home page.
how to jump the specified location on current page?
sample html code:
<div >
<ul>
<li><a href="#html-syntax">sample</a></li>
</ul>
</div>
<div id="html-syntax">
<div class="col">sample</div>
</div>
Posts: 1
Participants: 1