Skip to content

Block any element or the whole page (while processing in the background). Requires jquery.

License

Notifications You must be signed in to change notification settings

raveren/blockUI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BlockUI - block the whole page or any element

Simple, useful and visually pleasing UX to respond to user interaction and indicate progress in the background.

preview

Usage:

Include jQuery & blockui.min.js into your page and:

// one element:
$('.selector').block(); 
/* ➡️ */
$('.selector').unblock()


// full window:
$.blockUI(); 
/* ➡️ */ 
$.unblockUI()

// get status:
$('.selector').isBlocked()
$.isUiBlocked()

Inspired by https://github.com/malsup/blockui

About

Block any element or the whole page (while processing in the background). Requires jquery.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published