禁用某些页面的jQuery但保留样式?

时间:2011-11-19 21:17:16

标签: jquery html navbar

您好我正在制作一个带有jquery的移动网站,我想在某些页面上禁用jQuery,但仍然保留样式,即导航栏和所有内容,这可能吗?谢谢 附:我希望它被禁用的原因是我可以使用锚点:)

1 个答案:

答案 0 :(得分:1)

您正在使用jQuery Mobile吗?如果我理解正确,你可以删除这些行:

<script type="text/javascript" src="http://code.jquery.com/jquery-1.6.4.min.js"></script>
<script type="text/javascript" src="http://code.jquery.com/mobile/1.0/jquery.mobile-1.0.min.js">

并保持一致:

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