[jQuery] Dialog box proble

2009-12-25 Thread k_magnai
Hi JQuery(English) Sorry For My Bad English I'm Developer of www.cms.mn website,you can show what this site can do do at this url http://www.cms.mn/?pageId=156 But I have problem with jquery dialog and other tools. JQuery dialog can't correcly working with other jquery tools For Example:My page

[jQuery] dialog box

2009-12-21 Thread Jojje
Hi! I´m trying to make a dialog box , where you can press ok or cancel. How do i set the function so that when a user press ok it returns true? I'm new to javascript an jQuery so bare with me but this is what i got so far... function dialogBox(type,blockUi,heading,message) { var result;

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

[jQuery] Dialog box do not show some fields in IE

2009-11-13 Thread Indira
Hi ALL, I have written code to create dialog box and show some text and two input boxes inside it. My code is working fine in Firefox. But, in IE if I click on the Login link dialog box appears but the text and two input boxes do not appear. Here is my code : This line creates the Login link:

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

2009-08-04 Thread Nitin
Hello, I am using Jquery Dialog box which has a select options (drop down). The dialog is initialially hidden and on some event on main page I display the dialog. The dialog has couple of buttons Add and Cancel. On clicking Add I need to check the option selected and process it accordingly

[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 nitins.shu...@gmail.com wrote: Hello, I am using Jquery Dialog box which has a select options (drop down). The dialog is initialially hidden

[jQuery] Dialog Box Trouble w/ Variables

2009-07-14 Thread Nick
Anyone: I cant seem to get this to work. If I pass modal:true in as a variable it doesn't work. Anyone have any idea what is causing it to break? === Stark Working Code == var modal = modal; var content = true; var $dialog = $(iframe frameborder='0' scrolling='no'

[jQuery] dialog box plugin

2008-12-11 Thread Raghu
Hi, I am looking for jquery plugin which shows dialog box on mouseover event... Dialog box must disappear on mouseout event and reapper on mouseover event. Any idea which plugin to use... Thanks Raghu

[jQuery] Dialog box that auto expands depending on content

2008-10-29 Thread ryanhavoc
I have a form that I pull into a dialog box. I've set the dialog to have an auto height as an option and it sets the height when the form is pulled in. However I'm also using the validate plugin which when displaying an error message adds additional height the the form. However the dialog

[jQuery] dialog box position

2008-10-14 Thread Zemian Deng
Hello list, I am trying to show a dialog box when user hover a link. The following works on firefox only. Is there better way to do it via jQuery(or browser independent) way? a href=# onmouseover=$('#my_hidden_div_box').dialog({autoOpen: true, draggable: false, resizable: false, position:

[jQuery] Dialog Box Too Small

2008-09-18 Thread Brad M
Thanks for taking the time to read my question. I have a dialog box on my page that pops up after clicking the link. My problem is that when it comes up, it is too small. My content requires the size of the dialog box to be both wider and taller. I've downloaded jquery-ui-themeroller.css from