Hi,
I have jQuery dialog window, upon some operations I have a blockUI plugin which I load.
The problem I'm facing is that I'm still able to perform operations when the ajax operation is performing, even though AJAX image is still showing.
The JSP page on the other hand is blocked until the operation is done, how do I block the dialog window?
There is also another possibility, I could have 2 dialog windows open and both need to be blocked until the loading is done.
How do i do this?