开发者

JQuery Slider Gallery Problem

开发者 https://www.devze.com 2023-03-01 01:02 出处:网络
I am trying to i开发者_如何学Cmplment the SliderGallery which is a 1.2.6 JQuery Plugin http://jqueryfordesigners.com/slider-gallery/

I am trying to i开发者_如何学Cmplment the SliderGallery which is a 1.2.6 JQuery Plugin

http://jqueryfordesigners.com/slider-gallery/

This is not functioning in my JSFiddle.

http://jsfiddle.net/NinjaSk8ter/CKSxe/

I believe that I have a mistake in the JavaScript setup w/in JSFiddle.

Does anyone see where I went wrong?


Try this one http://jsfiddle.net/8gUUZ/8/

I just used the jquery load function instead of window' load


You cannot use the window.onload. You can chang it to $(document).ready();

http://jsfiddle.net/ynhat/8gUUZ/9/

0

精彩评论

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