我正在实施移动网站。但我不能从标题部分重定向到页面。我想在点击登录链接后浏览登录页面。
点击后我想导航到其他页面而不重新加载。
<div data-role="header" data-position="fixed" style="padding-top:0;">
<span class="phn-hdr" style="float:right; font-size: 12px !important;">
<a href="#pagetwo" style="background:#c22222;padding:0px 10px 0 0;color:#fff; text-shadow: none; border:0;" data-ajax="false">Login</a>
</span>
</div>
根据我的知识data-role =“header”,但我使用data-role =“page”进行导航。
我想导航到另一页。