I am trying to reset the position of my datepicker calendar to today's date, and nothing works.
Among other things, I have tried
$('#selector').datepicker('setDate', '2014-01-01');
It looks like every function I call gives me the error Uncaught TypeError: undefined is not a function