jQuery Mobile 完整图标参考

jQuery 图标

如需在 jQuery Mobile 中向按钮添加图标,请使用 data-icon 属性:

  1. <a href="#anylink" data-role="button" data-icon="refresh">Refresh Page</a>

提示您也可以在 <button> 或 <input> 元素中使用 data-icon 属性。

下面我们已列出 jQuery Mobile 提供的所有可用图标:

属性值描述例子
data-icon="arrow-l"左箭头测试
data-icon="arrow-r"右箭头测试
data-icon="arrow-u"上箭头测试
data-icon="arrow-d"下箭头测试
data-icon="plus"测试
data-icon="minus"测试
data-icon="delete"删除测试
data-icon="check"检查测试
data-icon="home"首页测试
data-icon="info"信息测试
data-icon="grid"网格测试
data-icon="gear"齿轮测试
data-icon="search"搜索测试
data-icon="back"后退测试
data-icon="forward"向前测试
data-icon="refresh"刷新测试
data-icon="star"测试
data-icon="alert"提醒测试