这是我收到的一些错误截图:http: //imgur.com/a/lU5UI#0
错误内容为:“未捕获的 TypeError:对象函数 (a,b){return new p.fn.init(a,b,c)} 没有方法 'colorbox'”
“未捕获的 TypeError;对象不是函数”
<script>
$("document").ready(function (){
// load the overlay
if (document.cookie.indexOf('visited=true') == -1) {
var fifteenDays = 1000*60*60*24*15;
var expires = new Date((new Date()).valueOf() + fifteenDays);
document.cookie = "visited=true;expires=" + expires.toUTCString();
$.colorbox({width:"580px", inline:true, href:"#subscribe_popup"});
}
$(".open_popup").colorbox({width:"580px", inline:true, href:"#subscribe_popup"});
});
</script>
我正在使用 Colorbox v.1.3.16 和 jQuery v.1.8.2