<a href="alert.html" data-rel="dialog">test</a>
フォームの値のいずれかが空白の場合に、ダイアログ ボックスをロードする方法を知っています。これは、[次へ] (page15.html) リンクがクリックされたときにトリガー/チェックされます。これを達成する方法について何か提案はありますか?
<a data-role="button" href="page15.html" data-icon="arrow-r" data-iconpos="right">
Next
</a>
<form action="#" method="POST">
<div data-role="fieldcontain" class="no-field-separator">
<fieldset data-role="controlgroup">
<label for="textinput2">
<span class="c_404040 f_bold">Body Fat Measurements</span>
</label>
<input id="textinput2" placeholder="Subsc (mm)" value="" type="number" />
<br />
<label for="textinput3">
</label>
<input id="textinput3" placeholder="Supra Crest (mm)" value="" type="number" />
<br />
<label for="textinput4">
</label>
<input id="textinput4" placeholder="Bic (mm)" value="" type="number" />
<br />
<label for="textinput5">
</label>
<input id="textinput5" placeholder="Tri (mm)" value="" type="number" />
</fieldset>
</div>
</form>