gpt4 book ai didi

javascript - jQuery ("ul.sf-menu").superfish 不是函数

转载 作者:行者123 更新时间:2023-11-28 12:40:55 24 4
gpt4 key购买 nike

在 Firefox 中加载站点期间收到错误“jQuery("ul.sf-menu").superfish 不是函数”,如果我删除 superfish,它会在下一个 javascript 片段中出错,让我相信它是jQuery 引用错误,已进行四重检查并确认其正在加载:http://yolokids.org.previewdns.com/?page_id=7

这是在 header 中正常加载的 jquery:

 <script type='text/javascript' src='http://yolokids.org.previewdns.com/wp-content/themes/theme1270/js/jquery-1.8.1.min.js?ver=1.8.1'></script>

这是页脚中引用的代码:

              <script type="text/javascript">
// initialise plugins
jQuery(document).ready(function(){
// main navigation init
jQuery('ul.sf-menu').superfish({
delay: '<?php echo get_option('my_framework_sf_delay'); ?>', // one second delay on mouseout
animation: {opacity:'<?php echo get_option('my_framework_sf_fade_in'); ?>',height:'<?php echo get_option('my_framework_sf_slide_down'); ?>'}, // fade-in and slide-down animation
speed: '<?php echo get_option('my_framework_sf_speed'); ?>', // faster animation speed
autoArrows: <?php echo get_option('my_framework_sf_arrows'); ?>, // generation of arrow mark-up (for submenu)
dropShadows: <?php echo get_option('my_framework_sf_dropshadows'); ?> // drop shadows (for submenu)
});

// prettyphoto init
jQuery("#gallery .portfolio a[rel^='prettyPhoto']").prettyPhoto({
animationSpeed:'slow',
theme:'facebook',
slideshow:false,
autoplay_slideshow: false,
show_title: true,
overlay_gallery: false
});

});
</script>

<?php if( is_front_page() || is_home() ) { ?>
<script type="text/javascript">
jQuery(document).ready(function(){
// Initialize Backgound Stretcher
jQuery(document).bgStretcher({
images: ['<?php bloginfo( 'template_url' ); ?>/images/body-1.jpg'], imageWidth: 1920, imageHeight: 1200
});
});
</script>
<?php } ?>

<script type="text/javascript">
jQuery(document).ready(function(){
// Initialize Backgound Stretcher
jQuery(document).bgStretcher({
images: ['<?php bloginfo( 'template_url' ); ?>/images/body-2.jpg'], imageWidth: 1920, imageHeight: 1200
});
});
</script>

基本上,superfish、bgstretcher 和 beautiful photo js 引用都应该在上面的 URL 上正确加载,但从 suckerfish js 开始,它们仍然无法一一加载。提前致谢!

最佳答案

在第 202 行,您为 slider 重新加载 jQuery。这有效地覆盖了 $ 和 jQuery 变量,删除了所有附加插件。

关于javascript - jQuery ("ul.sf-menu").superfish 不是函数,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/12269356/

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