1.弹出一个jBox
用 top.$.jBox.close(true); 关闭jBox 可以
2.弹出多个jBox
关闭所有用: top.$.jBox.close(true);
仅关闭当前jBox 用: window.parent.window.jBox.close();
3.function(v,h,f){
if(v==0){
return true;//close the window,关闭窗口
}
}
1.弹出一个jBox
用 top.$.jBox.close(true); 关闭jBox 可以
2.弹出多个jBox
关闭所有用: top.$.jBox.close(true);
仅关闭当前jBox 用: window.parent.window.jBox.close();
3.function(v,h,f){
if(v==0){
return true;//close the window,关闭窗口
}
}
转载于:https://my.oschina.net/ferchen/blog/1580905