私はmobile site in MVCjquerymobileを初めて使用して、JQMチュートリアルから次のコードをコピーし、ViewMVCに貼り付けようとしています。
<div data-role="page" id="home">
<div data-role="header">
<h1>Home</h1>
</div>
<div data-role="content">
<p><a href="#about" data-role="button">About this app</a></p>
</div>
</div>
<div data-role="page" id="about">
<div data-role="header">
<h1>About This App</h1>
</div>
<div data-role="content">
<p>This app rocks! <a href="#home" data-role="button">Go home</a></p>
</div>
</div>
私の問題は、back button on header in the demoコードをコピーした場所が表示されていることですが、これを実行すると、the back button is not there誰かが教えてくれますか、なぜこれが起こったのですか?