- 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
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.
Visual Studio 2008 Shell and TFS integration
Visual Studio 2008 Shell and TFS integration is the problem for all newbies of BIDS and TFS. Here is the solution.
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.
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.
Best CSS Gradient background generator tools online
Here are some best CSS gradient background code generator online tools using which you can create a cross browser css code for gradient backgrounds.