Below you will find pages that utilize the taxonomy term “weebox”
May 30, 2011
weebox is a dialog plugin
"使用前需包含以下jquery.js、bgiframe.js、weebox.js、wee.css文件\n基本用法举例如下: $.weeboxs.open(‘#testbox’, {title: ‘hello world’, width:400, height: 200});\n$.weeboxs.open(‘The operation failed.’,{ onopen:function(){alert(‘opened!’);}, onclose:function(){alert(‘closed!’);}, onok:function(){alert(‘ok’); $.weeboxs.close();} });\n$.weeboxs.open(‘/modules/test/testsession.php’, {contentType:’ajax’});\n$.weeboxs.open(‘hello world’);\n$.weeboxs.open(‘The operation failed.’,{type:’error’});\n$.weeboxs.open(‘The operation …"