全栈工程师开发手册 (作者:栾鹏)
jQuery Mobile事件全解 jQuery Mobile 所有class选项 jQuery Mobile 所有data-*选项
jQuery Mobile 所有data-*选项:
data-role="none" //避免jquery自动为元素添加样式
按钮:
在1.4 版本以后已废弃。使用 CSS 类 替代。带有 data-role=“button” 的超链接。button 元素、工具栏中的链接以及 input 字段都会自动渲染成按钮样式,不需要添加 data-role=“button”。
//data-corners true | false 规定按钮是否圆角
//d