Hi ,
I have four divs on a popup and each click makes a ajax call to the back end and paints the right hand side. All four clicks are div by id clicks. When user clicks on div i want to disable the other three divs till this ajax complete. Once the ajax succeeds i want to enable the click events for the other three divs. Like that i want to do for all four div clicks.
Sometimes the server response is slow and i don't want user to click all of them and show busy indicators for all of them.
Any kind of advice is really appreciated.
Thanks