sweetsam Posted January 17, 2011 Share Posted January 17, 2011 I am working with jQuery ui datepicker. I would like to access the create call back function. So far no luck. It appears the function is not getting executed. Any ideas where I may be going wrong? $('input.datepicker').datepicker({ create: function(){ alert('created!'); } }); Link to comment Share on other sites More sharing options...
Question
sweetsam
I am working with jQuery ui datepicker. I would like to access the create call back function. So far no luck. It appears the function is not getting executed. Any ideas where I may be going wrong?
$('input.datepicker').datepicker({ create: function(){ alert('created!'); } });Link to comment
Share on other sites
0 answers to this question
Recommended Posts