I am searching for jquery’s plugin blockUI functionality for mootools. Do You know some plugin or simple way to block browser for a given time by mootools ?
I am searching for jquery’s plugin blockUI functionality for mootools. Do You know some
Share
Here’s some code to get you started. http://jsfiddle.net/5BCPS/
taken it out of my plugin here: https://github.com/DimitarChristoff/Modal/blob/master/Source/js/Modal.js
all you need is what you display on top / counter. thats just plain js.