This can't be done with JavaScript. In order for JavaScript to be able to
display an Ok and Cancel button for the user to press, JavaScript cannot
also be waiting to return a value for your function as that would block the
browser UI, since JavaScript is single-threaded. You have to use callback
fu
Answered here:
http://groups.google.com/group/jquery-ui-dev/browse_thread/thread/77bc8d79bd652b8
- Richard
On Tue, Aug 4, 2009 at 2:25 AM, Nitin wrote:
>
> Hello,
>
> I am using Jquery Dialog box which has a select options (drop down).
> The dialog is initialially hidden and on some event on ma
2 matches
Mail list logo