> Hello people, i'd like to know if it's possible change de message
> while the page is block by "blockUI" jquery plugin. I've tried a lot
> of things, but none was good. One thing i've tried was using CSS
> selectors like:
>
> $('blockUI blockMsg blockPage').innerHTML
>
> but it hasn't worked.


You can just call blockUI again with a different message:

$.blockUI({ message: 'New message' });

Reply via email to