[jQuery] Re: Simplemodal confirm dialog returns true/false

2010-01-11 Thread jason.le
After some research, I found out that there is no way to pause the execution and wait for the user's response. using callback does not really work in my case. i guess I have to figure something out. On Jan 11, 12:20 pm, "jason.le" wrote: > Hello all, > > I am current

[jQuery] Simplemodal confirm dialog returns true/false

2010-01-11 Thread jason.le
Hello all, I am currently using the simplemodal confirm dialog from Eric Martin. What do I need to modify to have the confirm dialog return true if the user clicks Yes, and false otherwise. for example something like this: