码迷,mamicode.com
首页 > Web开发 > 详细

jquery.js:8672 Synchronous XMLHttpRequest on the main thread is deprecated because of its detrimental effects to the end user's experience. For more help, check https://xhr.spec.whatwg.org/.

时间:2017-05-26 23:34:25      阅读:508      评论:0      收藏:0      [点我收藏+]

标签:btn   class   cts   html   java   dev   html5   a标签   link   

html5谷歌流浪器报错:
jquery.js:8672 Synchronous XMLHttpRequest on the main thread is deprecated because of its detrimental effects to the end user‘s experience. For more help, check https://xhr.spec.whatwg.org/.

解决方法:

所有的a标签加上:javascript:void(0)

<a href="javascript:void(0)"  href="" class="btn-a btnRed btn-r" id="zc">注册</a>

jquery.js:8672 Synchronous XMLHttpRequest on the main thread is deprecated because of its detrimental effects to the end user's experience. For more help, check https://xhr.spec.whatwg.org/.

标签:btn   class   cts   html   java   dev   html5   a标签   link   

原文地址:http://www.cnblogs.com/kongxc/p/6910536.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!