Problems with jQuery Cycle + Caroufredsel -


i have created jquery cycle/maximage2 gallery, while using caroufredsel carousel thumbnail navigation, caroufredsel isn't firing until resize browser window reason. have tried wrapping cycle in

$(window).load(function() { 

and wrapping caroufredsel in

$(document).ready(function() { 

to see if still no change.

js fiddle below: (resize internal browser see fire).

http://jsfiddle.net/azgja/2/


Comments

Popular posts from this blog

PySide and Qt Properties: Connecting signals from Python to QML -

c# - DevExpress.Wpf.Grid.InfiniteGridSizeException was unhandled -

scala - 'wrong top statement declaration' when using slick in IntelliJ -