Wilto / Dynamic-Carousel

A carousel plugin built for responsive layouts. There are many like it, but this one is mine.
matmarquis.com/carousel/
472 stars 112 forks source link

Init after ajax data received #69

Open omriallouche opened 12 years ago

omriallouche commented 12 years ago

Great work. Thanks!

I update the DOM following an AJAX call. How can I init the carousel after the data are received?

Currently, the code returns because of: if( this.data( "carousel-initialized" ) ) { return; }