这个特定的站点使用Blip Slideshow插件(因为它由Picasa web rss提要提供)和jQuery驱动的滑块。该插件在标头中jQuery链接之前插入Mootools脚本链接,从而中断滑块。我可以将Mootools链接推到页脚,但Blip不起作用。调用滑块的脚本已经在使用jQuery无冲突-我认为正确:
jQuery(document).ready(function() {
jQuery(\'.fp-slides\').cycle({
fx: \'fadeZoom\',
timeout: 8000,
delay: 0,
speed: 500,
next: \'.fp-next\',
prev: \'.fp-prev\',
pager: \'.fp-pager\',
continuous: 0,
sync: 1,
pause: 1,
pauseOnPagerHover: 1,
cleartype: true,
cleartypeNoBg: true
});
});
我已经阅读了许多关于如何使用无冲突的论坛答案,但不知道在其他地方可能需要应用它来解决这个问题。使用的脚本是:Mootools v1。3.1jQuery v1。7.1jquery。周期allI可以发布链接或任何其他可能需要查看的代码,如果有人可以帮助解决这个问题。