the Forum

CarouFredSel is not loading consistently on page reload.

Posted on April 30, 2013 by Michael Rosario
Total Posts: 33  |  Join date: 03-12-11

This took me a while to figure out. But after few searches and trial/error the best solution is changing the following:
$(document).ready( function(){  ...  }); 
to
$(window).load( function(){  ...  }); 
Here is my checklist also:
  • Check to make sure you have the latest compatible jQuery plugin.
  • Might as well check for the latest Caroufredsel version.
  • Make sure elements are { float: left; display: block }
  • Make sure there isn't a floating comma (",") in Caroufredsel.

Tags: There are no tags for this entry.

There are no answers yet.  Add yours below.

add your answers here
comments powered by Disqus