Warning: file_get_contents(/data/phpspider/zhask/data//catemap/2/jquery/80.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
jquery与wordpress/php中的其他jquery函数冲突_Php_Jquery_Wordpress_Conflict - Fatal编程技术网

jquery与wordpress/php中的其他jquery函数冲突

jquery与wordpress/php中的其他jquery函数冲突,php,jquery,wordpress,conflict,Php,Jquery,Wordpress,Conflict,我正在尝试设置jquery即时邮政编码搜索功能[从http://ideal-postcodes.co.uk],我成功地在域中添加了字段,但是没有显示邮政编码字段。如果我将这些文件移动到完全不同的域[即http://creativeitechnologies.com/test/examples/example.html],则页面工作正常。我确信这是jquery相互冲突的问题,但就是不能正确处理 感谢您的帮助。原因是部分文件未加载 <script src="http://www.avada

我正在尝试设置jquery即时邮政编码搜索功能[从http://ideal-postcodes.co.uk],我成功地在域中添加了字段,但是没有显示邮政编码字段。如果我将这些文件移动到完全不同的域[即http://creativeitechnologies.com/test/examples/example.html],则页面工作正常。我确信这是jquery相互冲突的问题,但就是不能正确处理


感谢您的帮助。

原因是部分文件未加载

  <script src="http://www.avada.creativeitechnologies.com/wp-content/themes/Avada/libs/jquery/jquery.js"></script>// This file not loaded 
  <script src="http://www.avada.creativeitechnologies.com/wp-content/themes/Avada/src/jquery.postcodes.js"></script> // This file loading
  <script src="http://www.avada.creativeitechnologies.com/wp-includes/js/jquery/jquery.js"></script> // This file loading
//未加载此文件
//此文件正在加载
//此文件正在加载
更改文件的顺序(首先是jquery)


您尝试过吗?未定义jquery“”
<script src="http://www.avada.creativeitechnologies.com/wp-includes/js/jquery/jquery.js"></script> 
<script src="http://www.avada.creativeitechnologies.com/wp-content/themes/Avada/src/jquery.postcodes.js"></script>