Skip to main content

All Questions

32 votes
13 answers
42k views

jQuery UI datepicker opens automatically within dialog

I have a datepicker which is used within the jQuery dialog object. The source of the dialog's content is loaded using .load(). Within the dialog I created a script which creates a datepicker for the ...
turezky's user avatar
  • 856
4 votes
5 answers
12k views

jquery datepicker doesn't work after ajax call if its already on page

I have a datepicker input (call it X) on my page already. There's a button that when you click on it, it makes an ajax call and prints some html stuff on page. Inside that ajax response, there's ...
user avatar
2 votes
3 answers
3k views

How to highlight dates with jQuery's datepicker

I'm using Jquery UI datepicker to allow a user to fill a date input by selecting a date out of a displayed a calendar. So far, everything works as expected : http://jsfiddle.net/Aut9b/374/ Then, I ...
Ramzi G.'s user avatar