selesti-blockui
v1.0.0
Published
Allows simply UI blocking for basic tasks like ajax contact forms etc.
Readme
BlockUI Lite
Allows simply UI blocking for basic tasks like ajax contact forms etc.
Installation
- run
$ bower install selesti/blockui --save - include
blockui.jsandblockui.cssinto your project
Usage
- Block the element
jQuery('body').blockUI(); - Unblock the element
jQuery('body').unblockUI();
