此代码段取自jquery移动演示页面:
<div data-role="header" data-position="inline">
<a href="index.html" data-icon="delete">Cancel</a>
<h1>Edit Contact</h1>
<a href="index.html" data-icon="check">Save</a>
</div>
我希望“取消”按钮中的“x”标记和“保存”按钮中的复选标记。但是我看不到图标,只能看到文本,即取消和保存。
我正在使用jquery mobile alpha 4:
<link rel="stylesheet" href="http://code.jquery.com/mobile/1.0a4/jquery.mobile-1.0a4.min.css" />
<script src="http://code.jquery.com/jquery-1.4.3.min.js"></script>
<script src="http://code.jquery.com/mobile/1.0a4/jquery.mobile-1.0a4.min.js"></script>
我在Google Chrome 10.0.648.127
中对此进行了测试我在这里错过了什么吗?
答案 0 :(得分:1)
首先我会升级到测试版,其次我认为你使用的是旧版本的jQuery。我认为a4.1使用1.5.x而不是1.4.x