datepicker - datetime is not function with jquery 1.12 -
i have code:
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.12.0/jquery.min.js"></script> <script type="text/javascript"> $(document).ready(function() { $('#datetimepicker1').datepicker(); }); </script>
however, keeps saying that:
typeerror: $(...).datepicker not function
can me find error ?
date picker jquery ui
<link rel="stylesheet" href="https://ajax.googleapis.com/ajax/libs/jqueryui/1.11.4/themes/smoothness/jquery-ui.css"> <script src="https://ajax.googleapis.com/ajax/libs/jqueryui/1.11.4/jquery-ui.min.js"></script>
which have not included
Comments
Post a Comment