ryrych / rcarousel

yet another jQuery UI carousel
http://ryrych.github.com/rcarousel/
171 stars 48 forks source link

It is broken when no content on div #78

Open MicleZaitcev opened 9 years ago

MicleZaitcev commented 9 years ago

When called rcarusel in empty div, this broken and breaks window on browser. sample:

<div id="childCategory">
    <div id="childCategoryCarusel">
    </div>
</div>
jQuery(document).ready(function(){
   jQuery("#childCategoryCarusel").rcarousel({
    visible: 3, 
   });
});