Skip to main content

All Questions

Tagged with
68 votes
13 answers
74k views

jQuery UI dialog button focus

When a jQuery UI dialog opens, it selects one of the buttons and highlights it or sets focus to it etc... How can I stop this behaviour so that none of the buttons are highlighted when the dialog ...
0 votes
1 answer
626 views

JQuery ui dialog css problem under Firefox

I got a job : There is a website, that is contains some ExtJ functions. I have to change these to JQuery functions. I'm started to change dialogs. Under IE8 / IE7 it works fine, but under FF 3.5.10 ...
0 votes
1 answer
145 views

jquery ui contextmenu won't attach to dialog

I'm using jquery ui contextmenus ... easy to use ... except when I try to attach them to a dialog. Then nothing happens. What follows is a small program to illustrate the problem. I have a button ...
56 votes
5 answers
75k views

jQuery Ui Dialog Buttons, How to add class?

I found this answer on another thread.. How to add multiple buttons in Jquery UI dialog box? Using this syntax, how do you add class to a particular button? $("#mydialog").dialog({ buttons: {...
4 votes
5 answers
4k views

CKEditor not working after opening jQuery UI Dialog

I have a jQuery UI Dialog that has a CKEditor instance on it. I can open the dialog and interact fine with the editor. But if I open another jQuery UI dialog from the original dialog the text in the ...
14 votes
5 answers
11k views

jQuery modal dialog and CKEditor input dialog

SOLUTION UPDATE After spending sometime searching, I think I can make a workaround of this. For me, the only feature of using a modal dialog is that it prevent access from elements behind it. I ...
0 votes
3 answers
619 views

Dynamically bind error message along with a icon to a single jQuery dialog

I have created a global jQuery dialog to display all error messages in the application. I am able to bind the error message to the dialog, however I am unable to show the icon along with. For sake of ...
0 votes
2 answers
32 views

jQuery dialod change title from many 'a' does not work

I get title of each a element, but I can't put it to #dialog title. It works only for the first a element, next elements does not work. It's a small gallery, on click in popup dialog I see a big ...
0 votes
2 answers
508 views

JQueryUI Dialog ways of insert text

I'm using JQueryUI dialog to show modal confirmation, it works fine, the problem is the text I want to show to the user. I don't wanna use title atributte for this purpose, so I need to put the text ...
0 votes
1 answer
198 views

JQuery Dialog title not following mousemove

I'm tying to have different popup boxes show when the cursor is on certain sections of an image using hotspots/image maps. I had everything working well based on this previously answered question. ...
0 votes
1 answer
49 views

jQuery-UI Dialog only showing last iteration of the for loop [duplicate]

Don't know if I'm being blind but every time I look at this code the logic makes sense. I am trying to iterate through this for loop and for each iteration generate a dialog box with the ID of #dialog-...
0 votes
3 answers
2k views

JQuery UI Dialog box only works once

I have a JQuery UI Dialog box that opens up another page inside it. After I click Cancel and try to click it again, it does not open. I searched online and found an answer that said I had to ...
0 votes
1 answer
877 views

Jquery UI Dialog open on if condition

I am creating a little game in jquery, where I want to show the user a little box, if they won the game. The condition here is (correctcards ==10) I tried to call dialog on it but it wont work. Can ...
2 votes
4 answers
3k views

Z-index in jQuery dialog. Autosuggest list not displayed properly

I have a problem displaying the autosuggest box inside a jQuery dialog. The auto suggest list is displayed under the dialog no matter what. I have tried setting up the z-index property of autosuggest ...
0 votes
1 answer
101 views

Passing data between Knockout and jQuery UI dialog

I have an input element within a grid. On click I'm opening a jQuery UI dialog, but I'm not able to pass values. How can I do this? <div id="basediv"> <table> <tbody data-...

15 30 50 per page
1 2
3
4 5
33