Re: [jQuery] dialog box

2009-12-21 Thread Richard D. Worth
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

[jQuery] Re: Jquery Dialog box + selection options - Sometime unable to get selection options

2009-08-04 Thread Richard D. Worth
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