Jquery在一个页面上工作,而在具有相同代码/链接的另一个页面上不起作用

时间:2015-05-28 05:30:35

标签: javascript jquery html server

我正在尝试让我的网站运作,但似乎有一些恼人的问题。一切都在本地机器上运行,但是一旦我将它上传到服务器,只有一些页面有jquery插件工作而其他页面没有。即使我在两个页面上使用与jquery脚本文件完全相同的链接。我来回更改权限,但没有帮助。我甚至不知道为什么会这样。 当它不起作用时,这个页面上的jquery根本就不起作用。

以下是工作页面的示例: working jquery page

没有工作: jquery doesn't work

1 个答案:

答案 0 :(得分:0)

你忘了包括:

//include from here see if this works or remove your script and copy from this path it will work

<script src="http://www.gcmingati.net/wordpress/wp-content/lab/jquery/newsticker/jq-liscroll/jquery.li-scroller.1.0.js"></script>

改为包括jquery两次:

<script src="http://ajax.googleapis.com/ajax/libs/jquery/1/jquery.js"></script>
<script src="jquery.js"></script>