The Dialog widget that forms part of the jQuery.UI library
0
votes
0answers
2 views
Why is the tagit autocomplete dropdown showing up behind my jquery ui dialog?
I am using jquery tagit plugin on a jquery ui dialog and it was working fine but suddenly after a bit of cleanup / refactoring the dropdown started showing up behind the dialog and i can't figure out ...
0
votes
0answers
9 views
Reusable JQuery UI dialog does not work from AngularJS partial
I am trying to use JQuery UI Dialog from AngularJS partial HTML pages.
The problem is that the dialog works fine, and even can be opened multiple types, from a view - as long as the view is opened ...
0
votes
0answers
24 views
jquery UI dialog not opening properly in IE8
Jquery ui dialog is not opening properly in IE8.Its working good in firefox.Dialog opening in left most corner of the page and title bar is not clear and close displaying separately.Please see the ...
0
votes
1answer
23 views
JQuery Ui dialog trigger
I am using a Jquery UI dialog box
$(".item-delete").live("click", function () {
$('#confirmDelete').dialog('open');
return false;
});
In the dialog ok-event, I ...
0
votes
1answer
13 views
Change jQuery UI Dialog box to Fancybox
I want to change jQuery UI dialog box alert message to display using Fancybox 2. However, I couldn't figure out how to do this. pls advise.
Here is the original script which does some validation
...
0
votes
1answer
23 views
Jquery datepicker load and open correctly but not change date value
I am developing a web based application with MVC razor and i'm using Jquery datepicker a couple date field now datepicker load and open correctly but not change date value.i'm calling a partial view ...
0
votes
1answer
34 views
Cannot access google map in array
I have a page in which i have several links that should open jquery-ui dialogs with google maps. Since i'm loading coordinates from wordpress custom fields, I'm outputting the coordinates in data-rel ...
0
votes
0answers
24 views
How to validate movable(portable) application
I'm having trouble with validating one movable app.
When I open the app and fill-up the data, I send this data to the controller. Then validate this data and if any error I wan to show this error on ...
1
vote
2answers
19 views
Array of different Confirm buttons jQuery UI
Is it possible to build an array of buttons and input this and it's code into a variable that I can use for different case scenarios with different code behind each button? For example:
function ...
0
votes
1answer
34 views
Masterpage and Masterpage in jQuery UI Dialog giving same ID
Background:
I have a main Masterpage that I use on all the pages of my website, certain pages in the website launch jQuery UI modal dialogs that in turn load other webforms that have their own ...
0
votes
1answer
43 views
Clicking on element from jQuery dialog generated by function
I am having a rather strange issue with jQuery/Javascript. (This happens in IE, FF and Chrome)
I have a (asp.net) webpage as follows:
Header with lots of buttons (generated at PreRender)
...
0
votes
0answers
29 views
jQueryUI dialog - IE11 - [http:// - not working ] [file:// works]
I have the following Code and it works well if I load it with file-Protocoll, but over Apache (http:// localhost) I'm falling but just in IE11 (IE 11.0.9600.16476).
All other Browsers make it well, ...
0
votes
2answers
34 views
Changing id dynamically in jQuery and jqueryUI modal box
I've a common button Add Entry and a list of 15 <li> items, say 1,2,3 upto 15. SO, when I click 1, the button is assigned an id button_1, similarly for 2, 3, upto 15.
Now I have different modal ...
1
vote
0answers
25 views
jQuery UI infinite loop when clicking on auto selectable input which is above a modal
I have a case where I have an input that sits on top of everything on a page.
The input has a script that auto selects all the text in it when it is focused.
However when I open a jQuery UI dialog ...
0
votes
1answer
33 views
Datatable Controls in dialog header/footer
I have a DataTable with 3 controls; General Search, Pagination, and Info (i.e. 'Showing 1 to 10 of 88 Entries' ). I want to place these controls in the header/footer of a jQuery Dialog window.
...