Tagged Questions
0
votes
0answers
130 views
Issue with jQuery UI Datepicker inside jQuery UI Modal Dialoge
jQuery 1.7.2
jQuery UI 1.8.18
I have a jQuery UI Modal Dialoge that contains a jQuery UI Datepicker. This is a pop up editor we are using with our app. The first time the user pops up the editor ...
0
votes
1answer
490 views
jQueryUI DatePicker Validation
I am trying to validate the date fields so when you if you select a date in the future and in the second input box you select today's date it should not let you submit the form.
I have it working so ...
0
votes
1answer
2k views
Calling JQuery datepicker hide() from custom button, calendar reopens in IE
I have a JQuery dialog that has two textboxes associated with Jquery date pickers, which are used to accept a date range.
I have added a custom button to the Jquery datepicker, called "Save". Problem ...
1
vote
1answer
840 views
jQueryUI Datepicker in Dialog auto focus in IE9
I'm able to load and reopen jQueryUI Dialogs with a Datepicker as the first element in all browsers I've tried ... except IE 9.
If a Datepicker is the first element to receive focus when the Dialog ...
2
votes
2answers
2k 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;
...
0
votes
1answer
167 views
How do I activate jquery dialog boxes returned inside the tabs widget generated by an ajax datepicker event?
There must be a simple solution that evades me. However I am very new to jquery so I am sure that is part of the issue.
I have a datepicker instance which submits a date via ajax and has xhtml ...
4
votes
3answers
845 views
Attach a jQuery dialog to a text field and make it disappear when the user clicks something else?
I like the jQuery DatePicker widget. It is very user friendly that when the user clicks on a date field in my web application, the user sees a dialog that allows her to select a date.
What's even ...