Opened 11 years ago
Closed 11 years ago
#8312 closed bug (worksforme)
Datepicker does not take date second time inside the modal box
Reported by: | Owned by: | ||
---|---|---|---|
Priority: | minor | Milestone: | 1.9.0 |
Component: | ui.datepicker | Version: | 1.7 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
I have added a datepicker by using the following code :-
$("#txtChequeDate").datepicker({
dateFormat: 'dd/mm/yy' , changeMonth:true, changeYear:true, yearRange: '1965:*', });
This datepicker field is inside a div to which i am calling as a modal box. I am using default modal box for this purpose. I am using Jquery v1.7.1 and mozilla firefox.
The datepicker works fine the first time the modal is opened and then the form submitted (after which the modal closes). However, if I click the button to open the modal a second time, datepicker doesn't work.
Change History (1)
comment:1 Changed 11 years ago by
Component: | ui.core → ui.datepicker |
---|---|
Resolution: | → worksforme |
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
Works for me: http://jsbin.com/ewipiv3/edit#javascript,html