Instead of using $.blockUI you can do this:

$('#myForm').block('<h1>Please Wait...</h1>');

and then

$('#myForm').unblock();

when you want to remove the block.

Mike

hey... is there a way to display a loading message using blockui or somthing
similar that only shows the "loading message" inside the form element and
align it to center of the form instad of putting all the screen black ?

its looks bad if i got a website of news papaer and i got 4 fields of inputs
in the bottom of the page, its black screen my whole website... :P

Reply via email to