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 text') still results in
the default "Please Wait..." text being shown.

relatedly, If I try to use the block method, the message doesnt show
up at all:

$('#adiv').unblock({fadeOut:0}).block({ message: "<h1>Processing...</
h1>", css: { border: "3px solid #a00" } });

This will disable the given div, but no message will be shown.  I see
no script errors in FF3 or IE7.  Anyone got an Idea whats going wrong?

I'm using BlockUI 1.33 and JQuery 1.2.3

Cheers
Andy

Reply via email to