<!DOCTYPE HTML>
<HTML>
<head>
<Title>button</Title>
<Meta name="vIEwport" content="wIDth=device-wIDth,initial-scale=1,user-scalable=0" />
<script type="text/JavaScript" src="http://code.jquery.com/jquery⑴.5.min.Js"></script>
<link rel="stylesheet" href="http://code.jquery.com/mobile/1.0a3/jquery.mobile⑴.0a3.min.CSS" />
<script type="text/JavaScript" src="http://code.jquery.com/mobile/1.0a3/jquery.mobile⑴.0a3.min.Js"></script>
</head>
<body>
<div data-role="page" ID="homepage" data-position="fixed">
<div data-role="header">
<h1>button按钮</h1>
</div>
<div data-role="content">
<a data-role="button" data-icon="home" data-theme="a" href="#">首页</a>
<a data-role="button" data-icon="arrow-l" data-theme="a" href="#">左箭头</a>
<a data-role="button" data-icon="arrow-r" data-theme="a" href="#">右箭头</a>
<a data-role="button" data-icon="arrow-u" data-theme="a" href="#">上箭头</a>
<a data-role="button" data-icon="arrow-d" data-theme="a" href="#">下箭头</a>
<a data-role="button" data-icon="delete" data-theme="a" href="#">删除</a>
<a data-role="button" data-icon="plus" data-theme="a" href="#">加号</a>
<a data-role="button" data-icon="minus" data-theme="a" href="#">减号</a>
<a data-role="button" data-icon="check" data-theme="a" href="#">对号</a>
<a data-role="button" data-icon="gear" data-theme="a" href="#">齿轮</a>
<a data-role="button" data-icon="refresh" data-theme="a" href="#">刷新</a>
<a data-role="button" data-icon="forward" data-theme="a" href="#">前进</a>
<a data-role="button" data-icon="back" data-theme="a" href="#">返回</a>
<a data-role="button" data-icon="grID" data-theme="a" href="#">网格</a>
<a data-role="button" data-icon="star" data-theme="a" href="#">星星</a>
<a data-role="button" data-icon="alert" data-theme="a" href="#">提示</a>
<a data-role="button" data-icon="info" data-theme="a" href="#">信息</a>
<a data-role="button" data-icon="search" data-theme="a" href="#">查找</a>
</div>
<div data-role="footer" data-position="fixed">
<h4>jquery Mobile按钮事例</h4>
</div>
</div>
</body>
</HTML>
效果:
总结
以上是内存溢出为你收集整理的jquerymobile按钮事例全部内容,希望文章能够帮你解决jquerymobile按钮事例所遇到的程序开发问题。
如果觉得内存溢出网站内容还不错,欢迎将内存溢出网站推荐给程序员好友。
欢迎分享,转载请注明来源:内存溢出
评论列表(0条)