开发者

Can't Get jQuery Easy Slider Plugin to Work - Please Help

开发者 https://www.devze.com 2023-03-18 09:15 出处:网络
I\'m using the Easy Slider extension for jQuery on my website and can\'t get it working properly. I开发者_如何学编程 have used it before an not had any issues. It is being called successfully and some

I'm using the Easy Slider extension for jQuery on my website and can't get it working properly. I开发者_如何学编程 have used it before an not had any issues. It is being called successfully and some features of Easy Slider are working but not everything.

Sample Page: http://174.120.138.5/~mjbradle/

CSS: http://174.120.138.5/~mjbradle/sites/all/themes/mjb/main.css

JS: http://174.120.138.5/~mjbradle/sites/all/themes/mjb/slider.js

JS: http://174.120.138.5/~mjbradle/sites/all/themes/mjb/main.js

Any help would be greatly appreciated.

Thanks!

Chuck


In main.js, you're instantiating the slider on the jQuery(".home-slide > ul") element, but it should be instantiated directly on jQuery(".home-slide")

0

精彩评论

暂无评论...
验证码 换一张
取 消