0

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

4

1 に答える 1

0

vlcのjcoverflipの修正バージョンは私のために動作します。

于 2012-12-06T23:59:07.373 に答える