gpt4 book ai didi

javascript - bgStretcher 出错 - jQuery 冲突?

转载 作者:行者123 更新时间:2023-11-30 06:44:55 24 4
gpt4 key购买 nike

我正在尝试实现 bgStretcher jQuery 插件,但似乎遇到了一些冲突。我对 jQuery 还是比较陌生,冲突仍然困扰着我。

我当前的站点在这里 - http://65.60.53.10/~purerun/

bgStretcher 给出以下错误 - Uncaught TypeError: Cannot call method 'split' of undefined - 但它在插件代码中。

我目前的实现如下:

jQuery(document).ready(function($){
// other code
jQuery('body').bgStretcher({images: ['http://65.60.53.10/~purerun/wp-content/gallery/backgrounds/26.jpg','http://65.60.53.10/~purerun/wp-content/gallery/backgrounds/img_4793.jpg'], nextSlideDelay: '10000'});
}

任何帮助将不胜感激....

最佳答案

nextSlideDelay 的值应该是数字而不是字符串;尝试像这样删除它周围的引号:

jQuery(document).ready(function($){
// other code
jQuery('body').bgStretcher({images: ['http://65.60.53.10/~purerun/wp-content/gallery/backgrounds/26.jpg','http://65.60.53.10/~purerun/wp-content/gallery/backgrounds/img_4793.jpg'], nextSlideDelay: 10000});
}

希望对您有所帮助!

关于javascript - bgStretcher 出错 - jQuery 冲突?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/7780199/

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