zurb / orbit

454 stars 96 forks source link

Unable to re-initialize #141

Open furiabhavesh opened 10 years ago

furiabhavesh commented 10 years ago

I am using jQuery Orbit Plugin 1.2.3 and have used following code in my script file

$('.slides').orbit({
  startClockOnMouseOut: true,
  pauseOnHover: true,
  timer: true,
  advanceSpeed: 10000
});

My issue is in re-initializing the above code again after I have fetched more data (which will be slides) using AJAX. I could not find any init() method in the plugin file also.

When I call the above code again, all the slides actually break (doesn't show any images in it, only caption text)