ボタンを作成する適切な方法は何ですか? 最初の方法は機能しません...
<div class="buttonContainer">
<button type="submit" onclick="moSucess()" >Sign In</button>
</div>
<a id="sincData" href="#sincPage" data-role="button" onclick="moSucess()">Submeter</a>
ボタンを作成する適切な方法は何ですか? 最初の方法は機能しません...
<div class="buttonContainer">
<button type="submit" onclick="moSucess()" >Sign In</button>
</div>
<a id="sincData" href="#sincPage" data-role="button" onclick="moSucess()">Submeter</a>
タグを使用してスタイル付きの JQM ボタンを作成しようとしている場合は、こちらのjsfiddle exampleのドキュメントa
を確認してください。
<a href="index.html" data-role="button">Link button</a>