使用前需包含以下jquery.js、bgiframe.js、weebox.js、wee.css文件
基本用法举例如下:
$.weeboxs.open(‘#testbox’, {title: ‘hello world’, width:400, height: 200});
$.weeboxs.open(‘The operation failed.’,{
onopen:function(){alert(‘opened!’);},
onclose:function(){alert(‘closed!’);}, onok:function(){alert(‘ok’);
$.weeboxs.close();} }); Continue reading