jquery mobile anchor link doesn't wrok
I'm trying to put an anchor link in a page as you see in the code, but
when I click "go to top" link nothing happen. I'm using jquery mobile.
<div data-role="content">
<a id="home_top">top</a>
<ul id="home_index_ul" data-role="listview">
<li>1</li>
<li>2</li>
<li>3</li>
...
</ul>
<a href="#home_top">go to top</a>
</div>
No comments:
Post a Comment