09 2016 档案

摘要:IE从IE8+才支持console物件,但如上图所示,网页明明是IE9标准模式,为什么IE9却说console物件不存在? 但进行侦错,console.log()却又正常! 原因: IE8/IE9要先按F12开启IE Dev Tools才能存取console物件啦 阅读全文
posted @ 2016-09-05 10:21 Jason.Bird 阅读(239) 评论(0) 推荐(0)
摘要:Hello, I did the steps from the tutorial you are using. I have received the same error when I did not do the last for steps specified: 12. Save all fi 阅读全文
posted @ 2016-09-02 15:22 Jason.Bird 阅读(243) 评论(0) 推荐(0)
摘要:目前仅支持IE7/8不支持IE11和谷歌 对于跨域情况,目前找到如果jquery是get获取方式,可以配置web.config相关属性,具体powershell命令如下: 另外也需要在javascript里面进行相关配置,具体如下: 阅读全文
posted @ 2016-09-02 13:27 Jason.Bird 阅读(609) 评论(0) 推荐(0)