Jquery mobile jQueryMobile图标问题

Jquery mobile jQueryMobile图标问题,jquery-mobile,jquery-mobile-button,Jquery Mobile,Jquery Mobile Button,我有一个标题,因为我试图使用左侧角落的图标。我在那个页面中使用了jquerymobile图标。但是我看不到图标符号,只有我显示的空图标。查找附加的屏幕截图以供参考。下面是来自html的代码 <!DOCTYPE html> <html> <head> <meta charset="UTF-8"> <title>Insert title here</title> <link rel="stylesheet" href="

我有一个标题,因为我试图使用左侧角落的图标。我在那个页面中使用了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>

在此处插入标题
家

刚刚试过,对我来说似乎还可以


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

这可能不是问题,但为什么要使用这么旧的JQM版本?上面我创建的内容仅供参考,但我使用的是新的JQM-1.3.2.js,jqm-1.3.2.css和jquery-1.9.1.js是jquery和jqm在所有浏览器上的正确组合吗?如果你添加data icon=home,它会改变什么吗?我只在android手机上进行测试。这只是一个建议,但你可以尝试使用ripple和浏览器进行测试。我非常喜欢它。