我在单/多页 jquerymobile 页面模板中有以下按钮标记。
<a href="#" data-role="button" data-icon="arrow-r" data-iconpos="right" >About Us</a>
我需要使用 jquerymobile 文档中给出的按钮选项禁用此按钮的圆角。
我已经尝试$('a').buttonMarkup({ corners: "false" })
过每个事件,例如 pagebeforecreate、pageinit、pagecreate 和 mobileinit
我从来没有让它工作,并且一直在努力让它工作很长时间。我现在不想使用数据属性 data-corners="false" 。
请提出任何想法