I wish to disable all page elements upon an action. Like the modal feature that is in the JQuery UI.
Like on an ajax action.. I wish to show a notification and at the same time to enable the modal feature. And after the request, need to re-enable the page elements back.
Is there any option available in core jquery for that or any plugins?