php - Uncaught TypeError with jQuery and Wordpress? - Stack Overflow

I am having trouble on my wordpress site, my nivo slider will not load the banner images and display th

I am having trouble on my wordpress site, my nivo slider will not load the banner images and display them.

I'm pretty sure its to do with jquery been loaded somewhere else, but i just dont know.

Could some one look at my website, css-signs.ie and inspect the error

here is the error

Uncaught TypeError: Property '$' of object [object DOMWindow] is not a function

I am having trouble on my wordpress site, my nivo slider will not load the banner images and display them.

I'm pretty sure its to do with jquery been loaded somewhere else, but i just dont know.

Could some one look at my website, css-signs.ie and inspect the error

here is the error

Uncaught TypeError: Property '$' of object [object DOMWindow] is not a function
Share Improve this question asked Nov 25, 2011 at 18:19 mollemanmolleman 2,95616 gold badges62 silver badges94 bronze badges
Add a ment  | 

1 Answer 1

Reset to default 6

The dollar sign is not an alias for jQuery on your page. Wrap the code block starting at line 467 in jquery.nivo.slider.js with a jQuery ready function setting the '$' as an alias within the function block, like this:

jQuery(function($) {
    $(window).load(function() {
        $('#sliderNivo').nivoSlider({
                effect:$nivo_slider_effect,
                slices:15,
                animSpeed:500,
                pauseTime:$nivo_slider_speed,
                keyboardNav:false, 
                pauseOnHover:true
        });
    });
});

See more info on using jQuery with other libraries.

发布者:admin,转转请注明出处:http://www.yc00.com/questions/1745247463a4618476.html

相关推荐

  • php - Uncaught TypeError with jQuery and Wordpress? - Stack Overflow

    I am having trouble on my wordpress site, my nivo slider will not load the banner images and display th

    14小时前
    20

发表回复

评论列表(0条)

  • 暂无评论

联系我们

400-800-8888

在线咨询: QQ交谈

邮件:admin@example.com

工作时间:周一至周五,9:30-18:30,节假日休息

关注微信