创建按钮的正确方法是什么?第一种方式不起作用......
<div class="buttonContainer">
<button type="submit" onclick="moSucess()" >Sign In</button>
</div>
<a id="sincData" href="#sincPage" data-role="button" onclick="moSucess()">Submeter</a>
答案 0 :(得分:0)
如果您尝试使用a
标记创建样式化的JQM按钮,请查看documentation here jsfiddle example。{/ p>
<a href="index.html" data-role="button">Link button</a>