gpt4 book ai didi

jquery循环插件与wordpress,jquery没有定义?

转载 作者:行者123 更新时间:2023-12-01 03:19:58 25 4
gpt4 key购买 nike

我对 WordPress 很陌生,我很困惑。我正在尝试创建幻灯片放映,并遵循了我能找到的将 jquery 添加到 wordpress 的所有指示。
在我的 function.php 文件中,我添加了:

function my_scripts_method() {
wp_deregister_script( 'jquery' );
wp_register_script( 'jquery', 'http://ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js');
wp_enqueue_script( 'jquery' );
}

add_action('wp_enqueue_scripts', 'my_scripts_method');

在我的 header.php 中,我有:

<?php
wp_enqueue_script('jquery.cycle.js', get_bloginfo("stylesheet_directory").'/js/jquery.cycle.js', array('jquery'));
wp_enqueue_script('slideshow', get_bloginfo("stylesheet_directory") . '/js/slideshow.js');
wp_head();
?>

我的slideshow.js是:

jquery(document).ready(function($){
jquery('#gallery').cycle('fade');
});

在我的模板中,我有:

<div id="gallery">
<p>
<a href="http://bdf.serverplanet.com/wp-content/uploads/2012/06/BD_Laurene1339467077747.jpg">
<img src="http://bdf.serverplanet.com/wp-content/uploads/2012/06/BD_Lauren_s.jpg" alt="Caption" />
</a>
<em>Brad &amp; Lauren</em>
</p>
<p>
<a href="http://bdf.serverplanet.com/wp-content/uploads/2012/06/BD_bike.jpg" target="_blank">
<img src="http://bdf.serverplanet.com/wp-content/uploads/2012/06/BD_bike_s.jpg" alt="Caption" />
</a>
<em>Biking on the Vineyard</em>
</p>
<a href="http://bdf.serverplanet.com/wp-content/uploads/2012/06/bedcad.jpg" target="_blank"><img src="http://bdf.serverplanet.com/wp-content/uploads/2012/06/bedcad_s.jpg" alt="Caption" /></a>
<em>Brad and Cass</em>
<a href="http://bdf.serverplanet.com/wp-content/uploads/2012/06/brad11.jpg" target="_blank">
<img src="http://bdf.serverplanet.com/wp-content/uploads/2012/06/brad11_s.jpg" alt="Caption" />
</a>
<em>At the S.A.S.S. show</em>
<a href="http://bdf.serverplanet.com/wp-content/uploads/2012/06/Brad_and_Alexis.jpg" target="_blank">
<img src="http://bdf.serverplanet.com/wp-content/uploads/2012/06/Brad_and_Alexis_s.jpg" alt="Caption" />
</a>
<em>With Alexis at a S.A.S.S. show</em>
</div>

当我尝试运行幻灯片时,我的 slideshow.js 文件中出现“jquery 未定义”错误。如何修复此错误并使我的幻灯片正常工作?

最佳答案

使用jQuery代替jquery Q必须大写,inisde slideshow.js

关于jquery循环插件与wordpress,jquery没有定义?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/10997414/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com