Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
I did proof of concept modal dialogs with both jqModal and BlockUI, and I can say without a doubt that BlockUI is the ‘thinnest’ of them. It allows much simpler blocking access to anything that jQuery can select, and you simply pass it a ‘message’ parameter of the modal DIV. It will automatically set display:block and set it on top of the modal overlay.
In addition to standard modal dialogs, I use it to set a ‘please wait’ dialog on on my ajax interfaces if the $.ajax call takes longer than 250ms.