jcoverflipを使用して画像カルーセルを作成します。画像を動的に追加する必要があり、coveflipを再初期化する必要があります。
そこから回避策を試しましたFAQ
$('#flip').jcoverflip(); //Build it
$('#flip').jcoverflip('destroy'); //All the elements are there but jCoverflip is gone
//Add and remove elements
$('#flip').jcoverflip(); //Build again
ただし、破棄すると次のエラーが発生します
Uncaught TypeError: Cannot call method 'apply' of undefined
にとって$.widget.prototype.destroy.apply( this, arguments );