edit: solved!
is there way use jquery plugin 'roundabout' (http://fredhq.com/projects/roundabout) newer version of jquery preferably v1.8.3.
i have setup fiddle can see working in 1.6.3, written perform optimally 1.7.1. need work 1.8.3 http://jsfiddle.net/david_knowles/vw9nt/
i've looked around on net, posted question plugin developer, yet no success. pointers appreciated.
<ul class="roundabout-holder"> <li id="w-header-image-1"><img src="img/award.png" alt="award"></li> <li id="w-header-image-2"><img src="img/backpack.png" alt="backpack"></li> <li id="w-header-image-3"><img src="img/bear.png" alt="bear"></li> <li id="w-header-image-4"><img src="img/gun.png" alt="gun"></li> </ul> $(document).ready(function() { $('ul').roundabout({ tilt:-4, minopacity: 1, minscale: 0.1, autoplay: true, autoplayduration: 1000, autoplaypauseonhover: true, btnstartautoplay: ".start", btnstopautoplay: ".stop", btntoggleautoplay: ".toggle", btnnext: ".next", btnprev: ".previous" }); }); edit: latest version (2.4.2) works fine jquery 1.8.3 , greater https://github.com/fredhq/roundabout/archive/master.zip
Comments
Post a Comment