[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] jQuery BlockUI Plugin (v2) add onBlock()

2010-01-06 Thread WR
Hi all, in this plug-in I need a function like onUnblock but on completed fadein.. can Add this function? tks

[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] JQuery blockUI plugin - support for queueEmpty function

2009-10-20 Thread Subtle
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. Thanks, Russ

[jQuery] blockUI plugin:: scroll

2009-07-29 Thread EdAime
I am using the blockUI plugin. I am facing a situation where a form that I am showing on top of the blocked page can be too long if the browser is not in full sreen mode. Does anybody know a way to scroll a blocking element? Currently, if you scroll, it scrolls the blocked page behind, but not the

[jQuery] jQuery BlockUI Plugin

2009-06-17 Thread Dave Maharaj :: WidePixels.com
I am tryingto get this to work but no go. I have : $('a[class^="edit_"]').click(function() { var url_id = $(this).attr('href'); var e = $(this).attr('class'); var x = $(this).attr('id').split('_'); var y = x[0]; var z = x[1]; //alert(e); $('a[class^="edit_"]').block({ mess

[jQuery] Jquery BlockUI plugin doesn't work with IE8

2009-05-10 Thread chuck from seoul
None of the BlockUI plug-in demos (available at http://malsup.com/jquery/block/#demos) work with IE8. Does any one notice this? I am currently testing this with korean version of IE8 on Windows XP platform. answers would greatly be appreciated.

[jQuery] BlockUI Plugin Question

2009-05-08 Thread jsuggs
Is there a way to make the area that isn't being blocked greyed out? Ideally, it would just be opaque, so that it is obvious that the only area that can have interaction is the element being blocked. Kinda like how FancyBox or ThickBox does it http://fancy.klade.lv/example http://jquery.com/demo/

[jQuery] jQuery BlockUI Plugin (v2)

2009-04-11 Thread stepan
Error in line 227, symbol 17 in IE8 File http://malsup.com/jquery/block/jquery.blockUI.js?v2.16

[jQuery] BlockUI Plugin - No overlays in Linux (Fedora)

2009-04-06 Thread Matt
I was trying the BlockUI plugin - we're about to implement it with one of our products at work. The current way that we do things doesn't display right in Linux (Firefox). (Actually, it doesn't display very well at all, which is why we're moving to BlockUI anyway.) It turns out that BlockUI still

[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] jQuery BlockUI Plugin v2, problems overriding default messages /getting them to show

2009-03-31 Thread javahollic
Hi, I'm looking at using this plugin to put up a blocking 'please wait' indicator during form submission in Confluence, however, the defaults always seem to apply, changing the defaults ($.blockUI.default.message='my custom message') or providing my own map of values, (eg including (message : 'my

[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] jQuery BlockUI Plugin :: Demo not working in Internet Explorer

2009-03-17 Thread Visionsseo
Hi, I have created a demo page according to the demos available on http://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. My code is as

[jQuery] [BlockUI Plugin]use links instead of buttons

2009-03-16 Thread efet
At script's demo page, blockui's developer used buttons to activate the scripts. How can I use links instead? I tried it as below but it did not work. xxx html: Run js: $(document).ready(function() { $('#demo5').click(function() {

[jQuery] blockui plugin crash ie 6

2009-03-03 Thread lacroix1547
Remove the table and it wont crash. $.blockUI(); $.unblockUI();

[jQuery] blockUI plugin fails in IE

2009-02-26 Thread rmurp...@gmail.com
I am trying to use blockUI to block the siblings of a div when the div is in "edit" mode, i.e.: ... var $active_module = $('#myDiv1'); $active_module.siblings().block(); This works in FF3 just fine, but in IE I get an error: Unexpected call to method or property access. The error

[jQuery] BlockUI Plugin - FadeIn?

2008-10-21 Thread Kilik
Is there a way to get the 'Modal Dialog' feature of this plugin to fade in? It already fade outs by default when the dialog is canceled. -Thx

[jQuery] BlockUI Plugin Doesn't Unblock in IE 6/7

2008-07-21 Thread Mark
Hi, I'm not the first person to post this problem: http://groups.google.com/group/jquery-en/browse_thread/thread/4c60ce58e256afb5/1538fee2d0db4d21?show_docid=1538fee2d0db4d21 http://www.nabble.com/Problem-with-blockUI-plugin-td17185345s27240.html and not sure whether this is the best forum in

[jQuery] BlockUI Plugin

2008-06-16 Thread last_elf
Greetings! I faced with such a problem with jQuery BlockUI Plugin: I need to display a dialog-window on the page of the site I working with. After opening this 'window' (which is div, you know) UI should be blocked, but the window position should not be fixed. Simply, the window could

[jQuery] jQuery BlockUI Plugin

2008-06-16 Thread last_elf
Greetings! I faced with such a problem with jQuery BlockUI Plugin: I need to display a dialog-window on the page of the site I working with. After opening this 'window' (which is div, you know) UI should be blocked, but the window position should not be fixed. Simply, the window could

[jQuery] Re: Some problems with jQuery BlockUI Plugin

2008-06-05 Thread Kane Gong
It worked! Now I realized that the plugin can show the hidhen element automatically, so I don't need to show or hide it by myself. Thanks! On Jun 6, 12:34 am, Mike Alsup <[EMAIL PROTECTED]> wrote: > > You need to remove this line: > > > $('#waitting').show(); > > You don't need this line either

[jQuery] Re: Some problems with jQuery BlockUI Plugin

2008-06-05 Thread Mike Alsup
> You need to remove this line: > > $('#waitting').show(); > You don't need this line either: $('#waitting').hide();

[jQuery] Re: Some problems with jQuery BlockUI Plugin

2008-06-05 Thread Mike Alsup
> I found some problems in jquery blockui plugin, I don't know whether > it is my fault or the plugin's. > > You see the code below: > > > > > > >     function block() >     { >         $('#waitting').show(); >         $.bl

[jQuery] Some problems with jQuery BlockUI Plugin

2008-06-05 Thread Kane Gong
I found some problems in jquery blockui plugin, I don't know whether it is my fault or the plugin's. You see the code below: function block() { $('#waitting').show(); $.blockUI({ message:$('#waitting'), css: {

[jQuery] BlockUI plugin: message not centered once width or padding is given

2007-04-18 Thread Kush Murod
Hi guys, I have a problem where if I specify message box css like so |$.blockUI({ padding:'50px'}); OR $.blockUI({ width:'450px'}); | your message box is not centered anymore, but more to the right and bottom Has anyone encountered problem like this one --Cheers, Kush