Hi i have a questions about this http://dl.dropbox.com/u/143355/datepicker/datepicker.html twitter bootstrap plugin.
How to change this code so I could asign datepicker to field which I want ?? I have tryied like this
$('[data-datepicker]').each(function(){
new DatePicker(this, option);
});
new DatePicker($('#date'), options);
And every time a get Datepicker is undefined. How to make it work ??
<script src="bootstrap-datepicker.js"></script>? If so, check the path, to be sure that your browser has access to it. – Sherbrow Jun 26 '12 at 12:31$(function() { $(selector).datepicker(); $('html').click(clearDatePickers); });this and try to use it like i wrote I get error – skowron-line Jun 26 '12 at 12:35