Dynamic-Carousel icon indicating copy to clipboard operation
Dynamic-Carousel copied to clipboard

Init after ajax data received

Open omriallouche opened this issue 13 years ago • 0 comments

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; }

omriallouche avatar Jul 03 '12 20:07 omriallouche