How do make the calendar post back to the same page when a date is selected? Thank in advance for your help!!!
<script type="text/javascript"> $(function(){ // Datepicker $('#datepicker').datepicker({ inline: true, minDate: -0, maxDate: '1D +6M' }); }); </script> <!-- Datepicker --> <h2 class="demoHeaders">Datepicker</h2> <div id="datepicker"></div> --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "jQuery UI" group. To post to this group, send email to jquery-ui@googlegroups.com To unsubscribe from this group, send email to jquery-ui+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/jquery-ui?hl=en -~----------~----~----~----~------~----~------~--~---