在我从服务器中抽取实际内容时,我想显示装货。 我知道,如果只是这样,如何做到这一点。 我面临的问题是,我要把这一装货箱显示为一种模式。 谁能帮助?
编辑:这是我在守则中所做的事
$( # +buttonId).click(function(){
// Put an animated GIF image insight of content
$.colorbox({html:"<img src= /mysite/images/" + imageId + " />", open:true, opacity:"0.60"});
// Make AJAX call
$( # + divId).load("/mysite/" + urlToLoad);
});
在这里,我试图利用彩色箱作为模式功能,这的确给我提供了模式窗口......但即使在装满内容之后,窗口仍然开放。