外部Javascript文件被调用两次,不起作用?

时间:2011-06-09 02:39:23

标签: javascript jquery

我有两个相同的网站。

一个在 localhost / taiwantalk2

localhost / taiwantalk3

中的另一个

标题中包含相同的代码:

<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4/jquery.min.js"></script>
<script type="text/javascript" src="<?php bloginfo('template_directory'); ?>/js/cleditor/jquery.cleditor.min.js"></script>
<script type="text/javascript" src="<?php bloginfo('template_directory'); ?>/js/custom.js"></script>

但出于某种原因,在 localhost / taiwantalk3 中,文件被调用两次( jquery.cleditor.min.js ):

enter image description here

脚本不起作用:

enter image description here

一切都在 localhost / taiwantalk2 中正常工作:

该文件只被调用一次:

enter image description here

并且脚本运行良好:

enter image description here

我真的不知道发生了什么事。有什么建议吗?

我的网站正在Wordpress中开发(好吧,但这是一个Javascript问题)。 我正在使用带有LAMP的ubuntu 11.04。

0 个答案:

没有答案