Bootstrap Datepicker Not Responding In IE8
I have similar issue like in Bootstrap Datepicker Not Working .I followed the solution of putting datepicker code in document.ready() as $(function(){ $('#datepicker').datepicker(
Solution 1:
This was a bug in the original release in September 2012. Coders have since forked the project and made fixes/improvements - one of them being this IE 7/8 bug...
https://github.com/eternicode/bootstrap-datepicker/issues/144
Essentially, download the latest Master build contents and you should be good to go.
Post a Comment for "Bootstrap Datepicker Not Responding In IE8"