Bootstrap datepicker在IE8中没有响应 [英] Bootstrap datepicker not responding in IE8

查看:98
本文介绍了Bootstrap datepicker在IE8中没有响应的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我有类似的问题,如引导日期戳不工作。我遵循放置解决方案document.ready()中的datepicker代码为



$(function(){$('#datepicker')。datepicker();}) ;但是,仍然在点击datepicker图标,它显示停止脚本运行...弹出。我使用jquery 1.8 .3版本与引导版本2.1.1.它在Jquery版本1.8.1中正常工作。需要为jquery版本1.8.3完成更改。

解决方案

这是2012年9月的原始版本中的一个错误。从此,该代码已经开发了这个项目并进行了修复/改进 - 其中之一就是IE 7/8的错误...



https://github.com/eternicode/bootstrap -datepicker / issues / 144



本质上,downlo广告最新的Master构建内容,你应该很好去。


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(); });

But,still on clicking datepicker icon, it is showing "Stop script running..." pop up.I am using jquery 1.8.3 version with bootstrap version 2.1.1.It is working fine in Jquery version 1.8.1.what change needs to be done for jquery version 1.8.3

解决方案

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.

这篇关于Bootstrap datepicker在IE8中没有响应的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆