图标不随jquery移动而改变

时间:2012-01-14 01:41:18

标签: jquery-mobile

我正在使用jquery移动链接,我将其设置如下:

<a data-theme="a" data-iconpos="notext" data-icon="arrow-u" data-role="button" title="Vote Up"></a>
<a data-theme="a" data-iconpos="notext" data-icon="arrow-d" data-role="button" title="Vote Down"></a>

尽管如此,图标仍未改变,仍然如下: enter image description here

1 个答案:

答案 0 :(得分:1)

你编写的代码应该可以工作。我已经创建了一个基于它的小提琴,它正在按预期工作。

请参阅此处 - http://jsfiddle.net/3eMuK/

我猜你正在链接到你复制到服务器本身的jQuery Mobile库.jQuery Mobile使用的图标位于jQuery Mobile CSS所在文件夹中的“images”文件夹中。你可能没有添加图标该文件夹中的精灵。

从这里下载一个包含sprite的完整JQM库 - http://code.jquery.com/mobile/1.0/jquery.mobile-1.0.zip