blockui

Unlock UI with jQuery BlockUI Plugin after the Open/Save As dialog box appears

Hi, 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 postback's done. No file creation involved, which invokes browser Open/Save As dialog box Mark-up: $(function() { // when document has...

blockui on blockui

Hi, 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) The problem is when I want to close the top-most blockui with the $.unblockUI(); call, both close. Is there a way to set a namespace or context? I did not find anything related so far on the web. ...

Select div container in JQuery BlockUI message

Hi all, I am using this Plugin in order to block the UI when <input type="submit"> is clicked. However I don't want to block UI immediately but 2 sec later. following function doesn't work because $('#processingData') cannot be found, although I have defined <h3 id="ProcessingData" style="display:none">Processing Data...</h3> in the htm...

Using CSS3 Pie with jQuery BlockUI

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 does not apply to that dialog element. This is because of the z-index problem with position:fixed , which is also described here. I alread...

jQuery not working in AJAX loaded DIVs

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 work just fine, but in any of the ajax-loaded divs jQuery and blockUI both do absolutely nothing. No console error, no warning - nothing. I...

call blockUI on button onclick

Hi, I'm trying to call an blockUI after a buttonclick, but I can't get it to work. What am I doing wrong? Script: $(function() { $('#<%= btnSave.ClientID %>').click(function(e) { e.preventDefault(); $.blockUI({ message: '<div><h1><img src="Images/busy.gif" /> Please wait.....

ASP.Net C#: Call serverside function together with Jquery BlockUI

Hi, 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. Is this possible? If so, can I have an example, cause I'm not an Ajax specialist. Thx! ...

BlockUI bad performance

I am having serious performance issues with BlockUI and ASP.NET AJAX on my aspx page. I am trying simple element blocking but it is fading in with a a lag/delay. Does html errors on page would impact blockUI ? I might have some on my page. I am blocking a large div spanning well above the browser vertically. Also, the unblock works great...

Display message afer save is successful BlockUI Update Panel.

I want to display a status message after a server side postback. Currently to do this, I use blockUI for blocking a div while the save is in progress I unblock the div with a custom End request handler for my update panel To display status messages, I use scriptmanager's registerstartupscript() in my try catch block on server side code...

when i load growlUI, previously loaded blockUI dissapear

i have a blockUI with login and pass and i would like to put a growlUI to show the login error but when i loaded the blockUI dissapear, how i can fix it? thanks :) ...