I am using the ui date picker widget here: http://jqueryui.com/demos/datepicker/
to populate this:
<input id="date" value="" type="textbox" />
I would like to trigger a jquery event after a date is selected, but am unsure of how to call this, i know that i can do things like keyup, click, etc. but is there a way to do this if a value is selected from the widget?
Thanks.
Try this…