Closed donigol closed 10 years ago
In the 0.29 version of Jcarousel, the same problem was fixed commenting this part of code:
if (!windowLoaded && $jc.isSafari()) { this.buttons(false, false); $(window).bind('load.jcarousel', function() { self.setup(); }); } else { this.setup(); }
Now I'm experiencing the same issue with the 0.30 version... Is there any fix for this version too? I could use the previous version too but I need to use the plugins such as pagination and control plugin....
Could you please provide a reproducible test case?
In the 0.29 version of Jcarousel, the same problem was fixed commenting this part of code:
if (!windowLoaded && $jc.isSafari()) { this.buttons(false, false); $(window).bind('load.jcarousel', function() { self.setup(); }); } else { this.setup(); }
Now I'm experiencing the same issue with the 0.30 version... Is there any fix for this version too? I could use the previous version too but I need to use the plugins such as pagination and control plugin....