jQueryMobile图标问题

时间:2013-08-20 11:50:18

标签: jquery-mobile jquery-mobile-button

我有一个标题,因为我试图在左侧角落使用一个图标。我在该页面中使用了jquerymobile图标。但我无法看到图标符号,只显示我的空图标。查找附加的屏幕截图以供参考。下面是来自html的代码。

<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>Insert title here</title>
<link rel="stylesheet"  href="http://code.jquery.com/mobile/1.0b1/jquery.mobile-1.0b1.min.css" /> 
    <script src="http://code.jquery.com/jquery-1.6.1.min.js"></script> 
    <script src="http://code.jquery.com/mobile/1.0b1/jquery.mobile-1.0b1.min.js"> </script>

</head>
<body>
<div data-role="page" id="test">
        <div data-role="header" data-theme="a">
            <a href="#home" data-icon="home" data-iconpos="notext"></a>
            <h1>Home</h1>
        </div>
    </div>
</body>
</html>

enter image description here

1 个答案:

答案 0 :(得分:1)

只是在小提琴中尝试它似乎对我有用。 http://jsfiddle.net/LYCjv/

可能值得下载jQueryMobile在您自己的服务器上托管文件并在本地引用css / js文件,可能是CDN的一些问题?