ie下jquery ajax 80020101错误的解决方法

Posted Fight With Me!!!

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了ie下jquery ajax 80020101错误的解决方法相关的知识,希望对你有一定的参考价值。

<script language="javascript">
    <!--
    function checkAll(name,isCheck){
        items = eval("document.all." +name);
        if(items.length != null){
            for (i=0;i<items.length;i++){
                items[i].checked=isCheck;
            }
        }else{
            items.checked=isCheck
        }
    }
    -->

</script>

 

注意注释 <!--   -->删除这些注释就可以了   

以上是关于ie下jquery ajax 80020101错误的解决方法的主要内容,如果未能解决你的问题,请参考以下文章

由于错误 80020101 无法完成操作

JQuery - $.ajax() - 使用 JSONP 的跨域 - 仅在 IE 8 中获取“解析器错误”(在 IE 7 中工作)

jquery mobile 与 phonegap 404 ajax 错误。但在 Firefox、IE 中运行良好

IE9下JQuery发送ajax请求失效

解决在IE11浏览器下,JQuery的AJAX方法不响应问题

jQuery ajax 动态append创建表格出现不兼容ie8