[jQuery] Re: how to Synching fields on a change (jQuery Datepicker (Keith Wood))

2009-05-29 Thread MingMingTian
I fixed it. Not difficult, just put altField method (with #second field id) in the first field. (http://keith-wood.name/ datepickRef.html?#altField)

[jQuery] Re: how to Synching fields on a change (jQuery Datepicker (Keith Wood))

2009-05-28 Thread MingMingTian
What I mean how to make the date picker combined together and propogate date changes from one to another (like this http://www.kelvinluck.com/assets/jquery/datePicker/v2/demo/inlineDatePickerCascade.html# ). Or to improve it so that they changes themselves each other Many thanks

[jQuery] how to Synching fields on a change (jQuery Datepicker (Keith Wood))

2009-05-28 Thread MingMingTian
I wanna know how can I automatically change the second input field to get a end date after I selected the first field and get a start date. I need keep the second input field' value same change as the first one. Like the calendar application from booking.com or tripadvisor... Many thanks