Skip to main content

All Questions

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
0 votes
0 answers
810 views

Jquery dialog issue in IE11

I have this piece of code to open a popup using jquery UI. $('#myId').dialog({ autoopen:false, height:"550", width:"90%", closeOnEscape:true, modal:true, show:{ effect:"...
Jayababu's user avatar
  • 1,621
2 votes
1 answer
560 views

No jumping drag/resize Dialog in scrolled window/area?

How to normal resize & drag UI Dialog in scrolled window/area? Is top/left correction of Dialog really necessary? (how to correct coordinates that both works) How about fixing Dialog? What ...
Kaster's user avatar
  • 87
0 votes
0 answers
44 views

Dynamic Jquery UI Dialog Not Working In IE

I've written a function that dynamically creates Jquery UI dialogs that looks like this. /* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++...
Kellen Stuart's user avatar
1 vote
1 answer
429 views

Access jQueryUI Dialog buttons upon creation

How do I access jQueryUI Dialog buttons upon creation and get their size? As a workaround, I could do so when it is opened. http://jsfiddle.net/1ueho4tq/ var $button1; var dialog = $('#dialog')....
user1032531's user avatar
  • 25.9k
0 votes
1 answer
384 views

jQuery Dialog button change color inline

I'm using this code, and I want to change the color of each button inline, because i'm using custom classes for dialog, buttons etc. and I don't want to touch them. $(function() { $colorDialog = $("...
michael's user avatar
  • 3,905
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
1 vote
1 answer
3k views

Use data-popup attributes to show Jquery-ui dialogs

The JS snippet below should show only the requests popups which has the same ID as its trigger. For example <a class="popup-button" data-popup="#popup-a">POPUP A</a> should show popup ...
Leo's user avatar
  • 977
0 votes
1 answer
5k views

Show UI dialogs using data-popup attributes

I am using jquery ui dialog to show more than one popup on one page, each popup will have its own ID and it will be triggered by an anchor with a data-popup="" attribute. For example, <a ...
Leo's user avatar
  • 977
0 votes
0 answers
322 views

Jquery DIalog Stack stays on top of overlay

I'm having trouble with jQuery ui-dialog plugin. What happens is, whenever I have two or more dialogs stacked, the overlay of each dialog goes to the back of ALL the dialogs, and thus none of them are ...
elithin's user avatar
  • 191
0 votes
1 answer
228 views

Different buttons in same jQuery dialog

I have a button #create-user that opens a dialog with 2 buttons(submit, cancel). Is it possible to add another button #edit-user on the page that opens the same dialog but with different buttons (edit,...
Vampola's user avatar
  • 149
0 votes
2 answers
388 views

Position of dialog box not in the center of the web browser

I have the following php and java script am working on,as soon as the label_dialog box pops-up ,it opens to the top left corner of the browser even though I have it as center..can anyone help to ...
carte blanche's user avatar
1 vote
2 answers
401 views

Randomly reposition jQuery UI dialog (easter egg)

I am currently implementing an easter egg feature in my application. Whenever the user hovers over a jQuery UI close button, the dialog div should randomly reposition (so the user can't close it). ...
LDC's user avatar
  • 63
0 votes
1 answer
134 views

JqueryUI dialog doesn't work with specific input name

I have a strange difficulty with JqueryUI Dialog. This code doesn't work where input name is "submit". It works with all other input name (ex : submit2). Is someone know why and how to solve this ...
bob's user avatar
  • 1
1 vote
1 answer
578 views

Preventing focus on input when using jQuery Dialog

I created a little jQuery plugin. The purpose is to.. General a jQueryUI autocomplete If "Create New Account" is then clicked, a dialog is generated. User enters something in the field and clicks "...
user1032531's user avatar
  • 25.9k

15 30 50 per page
1 2 3
4
5
25