JQueryMobileで開発されたモバイルサイトのすべてのhtmlページにCSSファイルとJSファイルを含める必要がありますか?
<link rel="stylesheet" href="http://code.jquery.com/mobile/1.2.0/jquery.mobile-1.2.0.min.css" />
<script src="http://code.jquery.com/jquery-1.8.2.min.js"></script>
<script src="http://code.jquery.com/mobile/1.2.0/jquery.mobile-1.2.0.min.js"></script>
私はそれがドキュメントにないか、私はそれを見逃したと思います。