Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
「資産」の ID を jquery モバイル ページに適用すると、直接呼び出すと奇妙な動作が発生します。たとえば、http://localhost/Index.html#assets
何か案が?
ID が 2 ページ目に正しく配置されていることを確認してください。
<div data-role="page" id="mainPage"> <a href="#assets" data-role="button" > Go To Assets </a> </div> <div data-role="page" id="assets"> Assets page. </div>