我使用jcoverflip创建图片carusel。我必须动态添加图像,并需要重新设置coveflip。
我尝试了F.A.Q.
的解决方法$('#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 );