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