我有两个相同的网站。
一个在 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 ):
脚本不起作用:
一切都在 localhost / taiwantalk2 中正常工作:
该文件只被调用一次:
并且脚本运行良好:
我真的不知道发生了什么事。有什么建议吗?
我的网站正在Wordpress中开发(好吧,但这是一个Javascript问题)。 我正在使用带有LAMP的ubuntu 11.04。