Good Day!
Can anybody give me some advice on my problem below.
Its on the chaining of events that I cannot make things work. I used form plugin for passing ajax to my Spring 2.5 Controller
My problem is in this line
When the JSON response return with success, I am showing a jquery UI dialog. Now my problem is, all other
events happen at the same time.
What I want is to have each function run after the completion of the other.
Say, the events will be like this:
1. Display the message.
2. User click OK then
3. Disable other forms
4. Some gui update (changeQualStatus)
I am not able to code at the CLOSE event of the jquery ui dialog since I made it a global function that displays any message pass to it.
Sorry for the lengthy code but I already strip out many of it to make it readable.
Sean Clark ---> I love this place!!!
Me ------> I definitely love this place!!!