We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
使用前需包含以下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();} }); $.weeboxs.open('/modules/test/testsession.php', {contentType:'ajax'}); $.weeboxs.open('hello world'); $.weeboxs.open('The operation failed.',{type:'error'}); $.weeboxs.open('The operation failed.',{type:'wee'}); $.weeboxs.open('The operation failed.',{type:'success'}); $.weeboxs.open('The operation failed.',{type:'warning'}); $.weeboxs.open('Autoclosing in 5 seconds.', { timeout: 5 });
Original issue reported on code.google.com by [email protected] on 18 Oct 2008 at 5:11
[email protected]
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Original issue reported on code.google.com by
[email protected]
on 18 Oct 2008 at 5:11The text was updated successfully, but these errors were encountered: