data-icon属性不适用于jquery mobile alpha 4版本

| 此代码段摘自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中对此进行了测试 我在这里想念什么吗?     
已邀请:
        首先,我将升级到Beta版,其次,我认为您使用的是旧版jQuery。我认为a4.1使用1.5.x而不是1.4.x     

要回复问题请先登录注册