嗨,我正在使用 jquery 制作移动网站,并且我想在某些页面上禁用 jQuery,但仍保留样式,即导航栏和所有内容,这可能吗?谢谢 ps 我想要禁用它的原因是我可以使用锚:)
问问题
71 次
1 回答
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" />
于 2011-11-19T21:21:28.283 回答