[jQuery] Re: jQuery BlockUI Plugin (v2) add onBlock()

2010-01-06 Thread Mike Alsup
> Hi all, >   in this plug-in I need a function like onUnblock but on completed > fadein.. > can Add this function? ok. http://www.malsup.com/jquery/block/#download

[jQuery] Re: JQuery blockUI plugin - support for queueEmpty function

2009-10-20 Thread Mike Alsup
> How would I extend blockUI to have a function callback for when the > queue is empty?  I want to use something like this in a project where > I have several queued ajax requests, but I only want to call blockUI > on the first request and unblockUI when the queue is empty. You can use the ajaxSt

[jQuery] Re: JQuery blockUI plugin - support for queueEmpty function

2009-10-20 Thread Subtle
Solved the problem using $.ajaxStop to call unblockUI. See http://docs.jquery.com/Ajax/ajaxStop On Oct 20, 8:28 am, Subtle wrote: > How would I extend blockUI to have a function callback for when the > queue is empty?  I want to use something like this in a project where > I have several queued

[jQuery] Re: jQuery BlockUI Plugin v2, problems overriding default messages /getting them to show

2009-04-01 Thread javahollic
Hi Mike, Now using 2.14, everything works, thanks a lot! On Mar 31, 10:26 pm, Mike Alsup wrote: > > I'm using BlockUI 1.33 and JQuery 1.2.3 > > That's the problem.  'message' is a 2.0+ option.   If you need to use > the old version of blockUI, consult the old docs: > > http://www.malsup.com/jqu

[jQuery] Re: jQuery BlockUI Plugin v2, problems overriding default messages /getting them to show

2009-03-31 Thread Mike Alsup
> I'm using BlockUI 1.33 and JQuery 1.2.3 That's the problem. 'message' is a 2.0+ option. If you need to use the old version of blockUI, consult the old docs: http://www.malsup.com/jquery/block/index-old.html

[jQuery] Re: jQuery BlockUI Plugin :: Demo not working in Internet Explorer

2009-03-17 Thread James
It is also highly recommended that you load your CSS files before your Javascript files. On Mar 17, 1:14 pm, Mike Alsup wrote: > > I have created a demo page according to the demos available > > onhttp://malsup.com/jquery/block/#demos. The demo i have created is > > working fine in Firefox but

[jQuery] Re: jQuery BlockUI Plugin :: Demo not working in Internet Explorer

2009-03-17 Thread Mike Alsup
> I have created a demo page according to the demos available > onhttp://malsup.com/jquery/block/#demos. The demo i have created is > working fine in Firefox but is it not running in Internet Explorer 6. > Can you please suggest, what should I do to run the demo in Internet > Explorer. Can you p

[jQuery] Re: jQuery BlockUI Plugin :: Demo not working in Internet Explorer

2009-03-17 Thread MorningZ
I'm sorry to point something totally unrelated out to you, but hope it will help anyways don't inclue *both* "-vsdoc" and the regular versions in your code. Visual studio will automatically look for a "-vsdoc" version of any javascript file you include as long as it's in the same location,

[jQuery] Re: jQuery BlockUI

2008-09-12 Thread W3Max
Thank you, it works... But, I would like to use a custom cursor and as soon as I use --> cursor : 'url(/images/ajax-loader.gif)' it does not work anymore. Any idea ? W3Max On Sep 11, 6:14 pm, Mike Alsup <[EMAIL PROTECTED]> wrote: > > I can't change thecursorfor the jQueryBlockUIPlugin... Am I

[jQuery] Re: jQuery BlockUI

2008-09-11 Thread Mike Alsup
> I can't change the cursor for the jQuery BlockUI Plugin... Am I the > only one ? Where do you see the wait cursor? On the overlay? Use the overlayCSS option to override it there. Mike

[jQuery] Re: jQuery BlockUI

2008-08-18 Thread GMatos
But if my request take longer than 10 seconds? This does not work. On Aug 12, 10:42 am, Mike Alsup <[EMAIL PROTECTED]> wrote: > Try calling it like this: > > setTimeout($.blockUI, 10); > > > If I do it my submit is locked. And the screen of 'wait' does not > > disappear. > > > On 10 ago, 16:42,

[jQuery] Re: jQuery BlockUI and ASP.NET

2008-02-13 Thread MorningZ
What is the function "test()" doing? And a better way, well my opinion anyways, would be to use two buttons, one pure HTML calling the block code, and one server side one with "display: none"... have the user click the HTML button/image, call your block code, and if all is well, trigger the hidd

[jQuery] Re: jQuery BlockUI and ASP.NET

2008-02-13 Thread Mike Alsup
Is this only a problem in IE? where "clk_search" is the method that submit the form. > With this code, my loading message box appears but no submit has made. > What's wrong? > > thanks > alberto > >

[jQuery] Re: jQuery blockUI doesn't show up in IE

2008-01-09 Thread Anxiro
Mike, Sorry, here it is: http://www.krikke.nl/Shop/ You can the press 'TEST ERROR' button. It's still in hudge production :) But the problem is, that the blockUI-message isn't showing up in IE. Thanks! - Frank ps: I've sent this message before, but it wasn't accepted for some reason? malsup

[jQuery] Re: jQuery blockUI doesn't show up in IE

2008-01-09 Thread Mike Alsup
> I'm having a little problem with the 'blockUI'-plugin; it doesn't show in > Internet Explorer (or the FireFox IE-tab), but does show in FireFox. > > I've Googled and searched this forum, but couldn't find anything related. > > Has anyone got a solution? I'm using the latest stable jQuery version