Closed GoogleCodeExporter closed 9 years ago
Instead of listening for the calendar close event you probably want to listen
for
when somebody selects a date like in this example:
http://www.kelvinluck.com/assets/jquery/datePicker/v2/demo/datePickerListen.html
Basically you bind to a 'dateSelected' event from the element you called
datePicker on...
There is also a 'dpClosed' event you can listen to instead - you can see the
arguments it gets passed in the documentation here:
http://www.kelvinluck.com/assets/jquery/datePicker/v2/demo/documentation.html
Hope that helps,
Kelvin :)
Original comment by kelvin.l...@gmail.com
on 23 Jan 2009 at 8:50
Original issue reported on code.google.com by
karyani....@gmail.com
on 23 Jan 2009 at 5:39