码迷,mamicode.com
首页 > Web开发 > 详细

HTML5-jQueryMobile 按钮Icon组件

时间:2015-06-08 13:02:21      阅读:225      评论:0      收藏:0      [点我收藏+]

标签:

技术分享

 

代码如下:

    <a href="#home" data-role="button" data-icon="home">主页 home</a>
    <a href="#home" data-role="button" data-icon="arrow-l"> 左箭头 arrow-l</a>
    <a href="#home" data-role="button" data-icon="arrow-r"> 右箭头 arrow-r</a>
    <a href="#home" data-role="button" data-icon="arrow-u"> 上箭头 arrow-u</a>
    <a href="#home" data-role="button" data-icon="arrow-d"> 下箭头 arrow-d</a>
    <a href="#home" data-role="button" data-icon="delete"> 删除 delete</a>
    <a href="#home" data-role="button" data-icon="plus"> 加号+ plus</a>
    <a href="#home" data-role="button" data-icon="minus"> 减号- minus</a>
    <a href="#home" data-role="button" data-icon="check"> 对号 check</a>
    <a href="#home" data-role="button" data-icon="gear"> 锯齿 gear</a>
    <a href="#home" data-role="button" data-icon="refresh"> 刷新 refresh</a>
    <a href="#home" data-role="button" data-icon="forward"> 前进 forward</a>
    <a href="#home" data-role="button" data-icon="back"> 返回 back</a>
    <a href="#home" data-role="button" data-icon="grid"> 网格 grid</a>
    <a href="#home" data-role="button" data-icon="star"> 星星 star</a>
    <a href="#home" data-role="button" data-icon="alert"> 提示 alert</a>
    <a href="#home" data-role="button" data-icon="info"> 信息 info</a>
    <a href="#home" data-role="button" data-icon="search"> 查找 search</a>

 如果不想要文字只想要按钮肿么办~嘻嘻~~只需要这段代码:data-iconpos="notext"

 

 

PS:在我这个阶段对应如何用jQuery Mobile和肿么用合适还没有了解,只是看到觉得很好玩,很省事,练着玩~

 

HTML5-jQueryMobile 按钮Icon组件

标签:

原文地址:http://www.cnblogs.com/qdmaomao/p/4560488.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!