Hi!
My website uses ajax to refresh various elements in the course of the
user's navigation. I would like to display a "please wait" message in
the element being refreshed and blockUI is the perfect candidate for
that.
However, there are many elements concerned, and i would like to
systematize the blockUI calls.
In blockui doc, there is a nice simple way to systematize its use:
$().ajaxStart($.blockUI).ajaxStop($.unblockUI);
Now, i would like to know if it is possible to customize this call so
that the concerned element shows blockUI, instead of the whole page ?
Thank you !
Alexandre