jquery-blockui

JQuery blockui & ASP.NET postback conflicts

Background: I'm using jquery blockui 2.31 on jquery 1.3.2, on ASP.NET 2.0. I'm using the dialog to show a (normally) hidden DIV as sort of a pop-up modal dialog, with ASP.NET server side controls in it (for simplicity's sake, an asp:Button). There's no AJAX, or not guaranteed to be any. One of the things jquery blockui does, if you pa...

jquery block UI malfunction on ajax loading event

problem: trigger errored when block UI is called on this code (function($){ function preloader() { $('a#preloader').click(function(e){ e.preventDefault(); var url = base_url + 'runtest/preloader'; $('div#content').load(url, preloaderCallback); }); } function remotePrelo...

How is it possible that Request.IsAjaxRequest() is true from firefox but false from IE when using jquery post

i am trying to test jquery post. I am posting a form and want to update in ajax and replace with a success form over a div (seems like a common use case). The following code works fine in firefox but not in IE. One issue is that from Firefox Request.IsAjaxRequest() is true but coming from IE, Request.IsAjaxRequest() is returning fal...

JQuery plugin - BlockUI - works strangely from Visual Studio ?

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/block/#dialog ) within an ASP.Net page. When I serve this page from Visual Studio (MVWD 2010 Express) the 'Would you like to continue' dialo...

Using "this" inside of jQuery functions

I have created a CalendarViewerPortlet custom object JS object. In this object, I am storing things like the portlet's id and its context path. The object also has many custom methods, some to get/set the member variables and some to do specific things. When I try to reference a function of the object using "this." inside of a jQuery fu...

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, blockUI. Problem in IE 7,6.

Ok when I'm calling $.blockUI in Internet Explorer 7 it gives me javascript error: Object doesn't support this property or method When I lunch Firefox in IE 6 mode with firebug it tell me that s.setExpression is not a function this code is in blockUI javascript. I dont understand... maybe it is conflict with jquery? Becose whrn ...

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 :) ...