Skip to main content

All Questions

Tagged with
3 votes
0 answers
286 views

Jquery ui dialog buttons missing on first display of dialog

I am displaying a modal dialog to get "delete this service" or "cancel" options. When I first click on the button that opens the dialog the two buttons are missing. The red x is icon is displayed in ...
user2332467's user avatar
0 votes
1 answer
1k views

jQuery UI - Button inside dialog keeps getting the focus

So I have a jQuery UI dialog with some buttons inside (full example here => http://jsfiddle.net/VLr5G/3/): <div id="test"> <button>Btn 1</button> <button>Btn 2</...
Julien M.'s user avatar
0 votes
1 answer
1k views

Forcing jQuery UI dialog button focus

I have several jQueryUI dialogs with Ok and Cancel and radio buttons (no text input). My requirements are: OK button should be right of the Cancel button and Ok button should be in focus: when the ...
user1888333's user avatar
1 vote
3 answers
6k views

Creating dynamic previous next buttons in jquery UI dialog

I have searched high and low for this on this site and the web Is it possible to dynamically create previous and next buttons in a jquery dialog box? I have a list of links, and I would like to ...
jpshayes's user avatar
  • 174
88 votes
10 answers
122k views

Apply CSS to jQuery Dialog Buttons

So I currently have a jQuery dialog with two buttons: Save and Close. I create the dialog using the code below: $dialogDiv.dialog({ autoOpen: false, modal: true, width: 600, resizable:...
MegaMatt's user avatar
  • 23.6k