标签: colorbox
当我的页面准备就绪时,我正试图从我的彩盒上的html页面加载内容,使用:
$(document).ready(function(){ $.fn.colorbox({href:"popup.html",'width':'750px', 'height':'700px'}); });
它适用于每个浏览器,但chrome,在colorbox弹出窗口中显示“Request notccessful:error”。我做错了什么?