All Questions
3 questions
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 ...
0
votes
1
answer
424
views
jQuery render datepicker and text underneath in a dialog box
I am trying to create a dialog box in jQuery, inside the dialog box I want to render datepicker and then some text underneath. I have the following code:
<div id="dialog">
<p>Delivery ...
2
votes
2
answers
5k
views
Issue with JQuery Date Picker in Modal Window
I created a modal form/window using with the code:
$(function () {
var widthLen = window.screen.width - 10;
var heightLen = window.screen.height - 120;
$("#dialogOperation"...