Hi Group, I'm having some slight difficulty with the jquery cycle plugin so I figured I'd post in this thread...
For the most part, I was able to successfully get the cycle plugin to work, but only in FADE mode! That's all fine and good, but I'd love to figure out how to get the other fun transitions on board... My test page correctly showing the fade is at http://preview.tinyurl.com/652c6n Specifically, I'd love the shuffle option or scrollDown option on this page to work http://malsup.com/jquery/cycle/int.html -- I've adjusted the code in my jqcycle.js to reflect the shuffle etc. but when the code is changed from Fade, nothing happens and it doesn't work... current jqcycle.js code: Code: $(document).ready(function() { $("#bpic").cycle({ random: 1, fx: 'fade', timeout: 1000, speed: 1000, }); }); What am I missing?! Thanks. -Josh