acidsound / bootstrap-datepicker

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

datepicker clean up strategie. #1

Closed stachrom closed 11 years ago

stachrom commented 11 years ago

Hi LEE Can you show some best practice to keep datepicker with Meteor clean?

where and how to clean up.

-> $('#datepicker').datepicker('remove');

Roman

acidsound commented 11 years ago

Maybe this link can help you. https://github.com/eternicode/bootstrap-datepicker.

I tried 'remove', but didn't works. https://github.com/eternicode/bootstrap-datepicker/blob/master/js/bootstrap-datepicker.js#L236

It looks like the unresolved issues. https://github.com/eternicode/bootstrap-datepicker/issues/327

acidsound commented 11 years ago

https://github.com/eternicode/bootstrap-datepicker/issues/327 eternicode fixed this issue. :)