Skip to main content

All Questions

69 questions with no upvoted or accepted answers
4 votes
0 answers
646 views

Restore jQuery-UI dialog's size and position

I save a jQuery dialog's position and size on each move/resize in localStore: //saving dialog's position and size $(".dialog").on("dialogdragstop dialogresizestop", function() { var $dialog = $(...
Oliver Kötter's user avatar
3 votes
0 answers
145 views

jQuery load() has 200 response code, but desired contents not loaded in selected element

In one JSP file I have an element: <div id="mydialog"></div> I have an anchor tag <a href='#' id="#newentry"> On the click of the anchor tag I have some jQuery ...
omri's user avatar
  • 374
2 votes
1 answer
64 views

Datepicker on jQuery UI dialog fails on second opening of dialog

I have a static page with a link that opens a modal Dialog that loads a sub-page. The sub-page includes an input with a Datepicker widget. When I first open the Dialog, the sub-page loads and the ...
Francisco's user avatar
2 votes
1 answer
50 views

jQuery draggable position unchanged

I have four draggables next to each other and I want it to be so that once a draggable is remove from the list, the rest would stay in place. <div class="draggables"> <div ...
Gabby_987's user avatar
  • 201
2 votes
1 answer
247 views

Multiples effects in dialog show/hide

Using dialog it is possible multiples effects at same time? For example, in show, bounce and highlight. I tried {effect: 'bounce', duration: 550, effect: 'highlight', duration: 550}, but only the ...
user455318's user avatar
  • 3,318
2 votes
1 answer
166 views

Does the order of jQueryUI Dialogs make a difference (maybe just with TinyMCE)?

In the script below (live example is located at http://jsbin.com/aliket/1/ with source code located at http://jsbin.com/aliket/1/edit), I created two dialogs, where one (#dialog2) is a child within ...
user1032531's user avatar
  • 25.9k
2 votes
1 answer
806 views

Jquery UI dialog - Loading dialog dynamically, not just it's content

I recieved an html file from my designer, which contains a login dialog (Jquery UI). When I'm trying to load it dynamically, I see the designed dialog, inside another dialog. Here is my HTML: <...
Asaf's user avatar
  • 2,158
2 votes
0 answers
151 views

jquery dialog's input fields freezes in firefox

I have some jquery dialogs added in my application where in one scenario I open up a 1st dialog and upon entries into some field I am prompted with a message containing some server side messages and ...
LeakyBucket's user avatar
2 votes
1 answer
7k views

Jquery UI Dialog multiple dialog creation issue

I have searched almost every single thing here and over the internet but i can't get this code to work. I am trying to get dialog box open when user click on php generated link which loads another ...
Jahanzab Anwar's user avatar
2 votes
1 answer
1k views

radio button not selected on jquery dialog box in ajax calls

I have a problem here. I have a jquery modal dialog on which I have 2 radio buttons. In my code I have jQuery ajaxStart and ajaxStop handlers to check for Ajax requests (I also have an other jquery ...
user765368's user avatar
  • 20.2k
2 votes
2 answers
91 views

Jquery UIDialog

I have a dialog that opens when pressing my site's footer links (contactus.htm, profile.htm, useterms.htm). The problem is that these pages are not styled well when someone gets to them from a search ...
Irena's user avatar
  • 49
2 votes
1 answer
2k views

jquery implementation of Please Wait dialog - safari specific issue

My goal is to display a non-modal jquery-ui dialog box that will display a please wait message along with a loading animation. This dialog box would display on the page the user is coming from, not ...
Sheparzo's user avatar
  • 533
1 vote
1 answer
763 views

Changing Jquery UI Dialog Button to a form submit button

I'm trying to use one of the Jquery-ui Dialog buttons as a form submit button. I want to use the submit button because it triggers HTML5's form validations where form.submit() would not. Currently, I'...
Soujirou's user avatar
  • 109
1 vote
1 answer
458 views

jQuery $.ajax and jQuery UI dialog: Uncaught TypeError: Illegal invocation?

I am trying to send an AJAX request when I click a jQuery UI dialog Save button and this is how I am doing it: $(function () { var comment_dlg = $('#add_comment_dialog'); var quote_id = $('#...
ReynierPM's user avatar
  • 18.4k
1 vote
0 answers
89 views

Why server side code is not firing from JQuery dialog in ASP.net?

I am using Jquery-ui version v1.12.1 I have a button in my form. Once it click, that will make a jquery-ui dialog box. Then I have a one textbox and one asp:button. when user click the button, it'...
mohamed faisal's user avatar

15 30 50 per page
1
2 3 4 5