以下是我收到的一些错误屏幕截图: 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&amp; jQuery v.1.8.2