gpt4 book ai didi

javascript - Colorbox 调整大小不起作用,返回 "TypeError: $.fn.colorbox is undefined"

转载 作者:行者123 更新时间:2023-11-28 16:12:03 46 4
gpt4 key购买 nike

我使用的是 colorbox 版本 1.3,并使用以下代码调用 colorbox

 $(".extractImages").colorbox({
ajax:true,
speed:100,
initialWidth:'110px',
initialHeight:'85px',
rel:'popup',
fixed:true,
arrowKey:false,
href:function(){
return $(this).attr('popup');
},
onLoad: function() {
$('#cboxClose').html('');
$('#cboxCurrent').remove();
$('#cboxNext').remove();
$('#cboxPrevious').remove();
$('#cboxTitle').remove();
},
onComplete : function() {
$('#cboxClose').html('<img class="popupClose" src="/public/images/close.png"/>');
$.fn.colorbox.resize();
}
});

如您所见,我已完成调用调整大小方法,但它给出了以下错误

TypeError: $.fn.colorbox is undefined
[Break On This Error]

$.fn.colorbox.resize();

我还尝试了以下方法:

TypeError: $(".extractImages").colorbox is undefined
[Break On This Error]

$('.extractImages').colorbox.resize();

最佳答案

Documentation在“公共(public)方法”下说: $.colorbox.resize() 。我愿意尝试一下。

关于javascript - Colorbox 调整大小不起作用,返回 "TypeError: $.fn.colorbox is undefined",我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/12583333/

46 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com