I want to show a Jquery blockUI when I click an asp:button that triggers a serverside function. When the function ends, I want to do the unBlockUI.
In the HEAD of my document I load jQuery.js and also the blockUI jQuery plugin. In the PHP I then use regular AJAX to load other PHP content into DIVs. In the original PHP jQuery and blockUI plugin w
I am using CSS3 Pie for doing cross browser border-radius and box-shadows. This works really great. But when used together with the jQuery blockUI plugin (using modal dialogs), CSS3 Pie functionality开
I tried to put a blockui on top of another blockui, and it works (provided the baseZ value is higher for the second blockui of course)
I\'m using jQuery BlockUI Plugin to show busy message when a click event is fired. In the scenario below, it\'s working fine. The busy message shows and locks UI on click event, and dissapears when p
Using the BlockUI JQuery plugin I find strange behaviour from within an ASP.Net page. I\'ve implemented one of the BlockUI plugin demos (you can try out the original here - http://malsup.com/jquery/b
i havelong running task that gets called using jquery ajax.i am using the block ui plugin to show \"loading\".is there anyway i can send progress messages back to the client to show progress and have
EDIT: I wrongly assumed this was caused by blockUI(); I was using Firebug\'s console.log to log the message but for the example here I changed to alert so you wouldn\'t need firebug to replicate.Once
i am using blockUI to show content in modalbox. On my content page there is a flash video. In FF When the blo开发者_Go百科ckUI is active it overlaps everything including flash video, but in IE, flash
I am using JQuery UI plugin block开发者_开发百科UI to block UI for every ajax request. It works like a charm, however, I don\'t want to block the UI (Or at least not show the \"Please wait\" message)