acidsound / bootstrap-datepicker

Meteor packaging of bootstrap-datepicker
5 stars 26 forks source link

Uncaught TypeError on selection of date? #6

Open FickleLife opened 11 years ago

FickleLife commented 11 years ago

I have installed the package, am calling it via

Template.seriesAdd.rendered = function() {
    $('.datepicker').datepicker();

}

The calendar comes up but when clicking on a date I get the JS error Uncaught TypeError: Cannot set property 'currentDay' of undefined in jquery-ui-1.9.2.custom.js - any ideas?