mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-09-10 11:40:16 +08:00
Add jquery.blockUI definition
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
$.blockUI();
|
||||
var opt: JQBlockUIOptions = {
|
||||
css: { border: "1px solid red" },
|
||||
message: "test"
|
||||
};
|
||||
$.blockUI(opt);
|
||||
$.unblockUI();
|
||||
$("#test").block().unblock();
|
||||
$("#test").block(opt);
|
||||
Reference in New Issue
Block a user