gpt4 book ai didi

jquery - jQuery Mobile 后退按钮中的图像不出现

转载 作者:行者123 更新时间:2023-12-01 07:00:11 25 4
gpt4 key购买 nike

我已经按照 jQueryMobile 文档的说明将 jQueryMobile 插件设置到我的博客移动版本中。

<link rel="stylesheet" href="http://code.jquery.com/mobile/1.0a2/jquery.mobile-1.0a2.min.css" />
<script src="http://code.jquery.com/jquery-1.4.4.min.js"></script>
<script src="http://code.jquery.com/mobile/1.0a2/jquery.mobile-1.0a2.min.js"></script>

描述页面如下

<!DOCTYPE html> 
<html>
<head>
<meta charset="utf-8" />
<title>Against All Odds</title>
<link rel="stylesheet" href="http://code.jquery.com/mobile/1.0a2/jquery.mobile-1.0a2.min.css" />
<link rel="stylesheet" href="_assets/css/jqm-docs.css"/>
<script src="http://code.jquery.com/jquery-1.4.4.min.js"></script>
<script type="text/javascript" src="http://code.jquery.com/mobile/1.0a2/jquery.mobile-1.0a2.min.js"></script>
</head>

<body>

<div data-role="page">
<div data-role="header">
<h1>my title</h1>
</div><!-- /header -->
<div data-role="content">
my description
</div><!-- /content -->
</div><!-- /page -->

</body>
</html>

不幸的是,后退按钮中的图像没有出现在我的页面中。我还将 jQuerymobile 图像文件夹放入我的项目页面中。是否有任何配置我忘记设置了?

alt text

最佳答案

您应该检查http://jquerymobile.com/download/以及页面末尾的 zip 文件。

zip 文件包含图像目录。

您必须将 images 目录放置在与 jquery mobile css 文件相同的目录中。

关于jquery - jQuery Mobile 后退按钮中的图像不出现,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/4666491/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com