我想将jQuery Calendars Datepicker与文本框一起使用。文档和示例:jQuery Calendars Datepicker
这是我的代码:
HTML:
<input type="text" name="TarikhTavalod" value="" id="TarikhTavalod" placeholder="تاریخ تولد" class="form-control date-picker">
使用Javascript:
$('.date-picker').calendarsPicker();
错误:
Uncaught TypeError: undefined is not a function
我导入了这些文件:
jquery.calendars.js
jquery.calendars.plus.js
jquery.calendars.picker-fa.js
感谢您的帮助:)