Open MicleZaitcev opened 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, }); });
When called rcarusel in empty div, this broken and breaks window on browser. sample: