Jquery Mobile默认主题相反,a =黑色,b =白色

时间:2015-01-07 20:34:16

标签: jquery-mobile themes

我决定要学习Jquery Mobile,所以我建立了一个测试网站,立即遇到了一个奇怪的错误,从我读过的看到data-theme="a"应该是白色主题和{{1}应该是黑色/灰色的。然而,对我来说,这是另一种方式..我在将库下载到我的网站时可能做错了吗?这是重要还是我应该忽略它?

标记:

data-theme="b"

这是<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>Testing</title> <link rel="stylesheet" href="http://code.jquery.com/mobile/1.2.1/jquery.mobile-1.2.1.min.css"> <link rel="stylesheet" href="styles/style.css"> </head> <body> <div data-role="page" data-theme="a"> <h1>Testing</h1> </div> <script src="http://code.jquery.com/jquery-1.8.3.min.js"></script> <script src="http://code.jquery.com/mobile/1.2.1/jquery.mobile-1.2.1.min.js"></script> <script src="scripts/main.js"></script> </body> </html> 所得到的:

theme

1 个答案:

答案 0 :(得分:0)

我认为这可能是因为您使用了相当旧版本的jquery mobile,我看到您引用的是1.2.1版本,请尝试1.4.5版本。