Line 1: | Line 1: | ||
− | + | ||
− | + | ||
<script src="https://code.jquery.com/jquery-1.12.4.js"></script> | <script src="https://code.jquery.com/jquery-1.12.4.js"></script> | ||
<script src="https://code.jquery.com/ui/1.12.1/jquery-ui.js"></script> | <script src="https://code.jquery.com/ui/1.12.1/jquery-ui.js"></script> |
Latest revision as of 13:18, 17 July 2017
<script src="https://code.jquery.com/jquery-1.12.4.js"></script> <script src="https://code.jquery.com/ui/1.12.1/jquery-ui.js"></script> <script> $( function() { $( "#datepicker" ).datepicker(); } ); </script>