快速提问。我环顾四周,但没有一个能解决我的问题。问题如下:每当我点击第一次打开Colorbox的按钮时,它就会完全打开。然后我关闭彩盒并决定再次点击它。这一次,它给了我这个错误:
Uncaught TypeError: undefined is not a function
关于这段代码:
$(document).on('click', '#pay_ideal', function(){
$.colorbox({
width: 500,
height: 350,
speed: 350,
closeButton: false,
href:"udid-order-overview.php"
});
});
是什么让我得到错误? :')