- Posted On 27 August 2015
- By
- In Programming

This post covers information about jQuery BlockUI Plugin.
Recently I used this easy to use plugin in one of my project developed in Backbone.js and I found this plugin very useful and simple to block and unblock UI till some process is going on. Most of the time we have async AJAX requests in our application and we may need to block the page or some specific part of the page till the request gets completed, and to achieve this goal, I feel this plugin is the best choice so I thought to share it here.
jQuery BlockUI Plugin adds some elements on DOM to give the appearance and behaviour of blocking user interaction and removes when not required. You will have lots of options with this plugin like page blocking, element blocking annd modal dialogs with lots of custmized settings like callback on unblock,html content as message, growl notification etc.
You can try out all the demos here.
Check out the live fiddle below to see plugin in action with basic blocking and unblocking.
Hope you have liked this post. If yes, why not share this with your friends?? Just hit the any of the sharing buttons below. Thanks.
If you know any other plugin better than this feel free to mention it in comment section below.
- Tags :
- MVC
- jQueryJavascript

Typewriter - Automatic TypeScript Template generation from C# classes in Visual Studio
Typewriter, an extension for visual studio that generates TypeScript files from C# code files using TypeScript templates. Convert your C# model classes to TypeScript automatically.

How to call click or any event only once in jQuery
Know how to execute an click event or any event only once for any element in jQuery. Perform action only once and even not required to unbind event.

Top 10 Visual Studio things which can boost developers coding speed
Visual Studio 2012 provides some coding features by which you can code faster if use them properly. This post will cover top 10 things among them to boost your development speed.

Copy changed data in table from one database to another in SQL stored procedure
How to copy or merge changed data in table from one database to another having same schema is the topic of this post.

Assembla - Free and private repository to manage your source code online with SVN subversion hosting
With Assembla you can share source code with others online. Free & Private source code repository with SVN Subversion, Git & Perforce Hosting.