このダイアログが機能しない理由がわかりません。私はjqm 1.3を使用しています
<a href="#foo" data-rel="dialog">Open dialog</a>
<div id="foo" data-role="dialog">
<div data-role="header" data-theme="d">
<h1>Dialog</h1>
</div>
<div data-role="content">
<h1>Delete page?</h1>
<p>This is a regular page, styled as a dialog. To create a dialog, just link to a normal page and include a transition and <code>data-rel="dialog"</code> attribute.</p>
<a href="dialog/index.html" data-role="button" data-rel="back" data-theme="b">Sounds good</a>
<a href="dialog/index.html" data-role="button" data-rel="back" data-theme="c">Cancel</a>
</div>
</div>
「頭」を追加しました
<script src="http://code.jquery.com/mobile/1.3.0/jquery.mobile-1.3.0.min.js>
その他のjqmイベントは機能しています。