カレンダーを作成するための日付ピッカーを取得できません。コンテナdivを私のdomに配置するだけです。
コードは次のとおりです。
<html>
<head>
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js"></script>
<script>window.jQuery || document.write('<script src="js/vendor/jquery-1.9.1.min.js"><\/script>')</script>
<link rel="stylesheet" href="http://code.jquery.com/ui/1.10.1/themes/base/jquery-ui.css" />
<script src="http://code.jquery.com/ui/1.10.1/jquery-ui.js"></script>
<script>
$(function() {
$('.hasDatepicker').datepicker();
});
</script>
</head>
<body>
<form>
<input type="text" class="hasDatepicker" />
</form>
</body>
</html>
こちらの例とよく似ていると思います
助けが必要だと思います。ありがとう。