Ok, it's fixed now! v1.31 is what you want. http://jqueryjs.googlecode.com/svn/trunk/plugins/blockUI/jquery.blockUI.js
Mike On 8/3/07, Mike Alsup <[EMAIL PROTECTED]> wrote: > Maggi, > > I just realized that I don't have this implemented correctly. I'll > post an updated version when I have it fixed (probably tonight). > > Mike > > > On 8/2/07, Maggi <[EMAIL PROTECTED]> wrote: > > > > Great, thanks alot Mike! > > > > On Aug 2, 9:01 pm, "Mike Alsup" <[EMAIL PROTECTED]> wrote: > > > Hi Magnus, > > > > > > You can disable the fade effect when you call the blocking function > > > using the "fadeOut" option. For example: > > > > > > $.blockUI( "Please wait", null, { fadeOut: 0 } ); > > > > > > You can also change the time it takes to fade via the "fadeTime" option. > > > > > > Cheers! > > > > > > Mike > > > > > > On 8/2/07, Maggi <[EMAIL PROTECTED]> wrote: > > > > > > > > > > > > > Hi everyone! > > > > > > > I was wondering, and this question is mainly pointed to Mike, if I > > > > could disable the fade-out on the BlockUI within the BlockUI > > > > function? I am using it to display a confirmation box, and if it is > > > > selected it displays another box, loads something with Ajax and then > > > > displays a "Hurray" box if successful. When the fade out is used the > > > > old boxes can sometimes be shown in the background with the overlay. > > > > > > > Kind regards, > > > > Magnus > > > > >