<a href="#" data-role="button" data-icon="edit">hello</a>
这个按钮只显示一个加号图标而不是编辑图标,有人知道为什么吗?我正在使用 jquery mobile,这是我的标题:
name="viewport" content="width=device-width, initial-scale=1"/>
<link rel="stylesheet" href="http://code.jquery.com/mobile/1.2.0/jquery.mobile-1.2.0.min.css" />
<script src="http://code.jquery.com/jquery-1.8.2.min.js"></script>
<script src="http://code.jquery.com/mobile/1.2.0/jquery.mobile-1.2.0.min.js"></script>