Warning: file_get_contents(/data/phpspider/zhask/data//catemap/1/cocoa/3.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Javascript jQuery和IE在一起玩得不好;对象没有';不支持此属性或方法?_Javascript_Jquery_Internet Explorer - Fatal编程技术网

Javascript jQuery和IE在一起玩得不好;对象没有';不支持此属性或方法?

Javascript jQuery和IE在一起玩得不好;对象没有';不支持此属性或方法?,javascript,jquery,internet-explorer,Javascript,Jquery,Internet Explorer,尝试使用简单的jQuery表单提交包装器 $('#login_form').submit(function (e) { return true; }); 控制台:对象不支持此属性或方法 在Firefox、Chrome、Safari中都能很好地工作,基本上除了IE以外的所有功能。检查表单元素的内部html,搜索非空输入标记: <input></input> 而不是: <input type='etc' /> IE和jQuery的哪个版本?IE9、I

尝试使用简单的jQuery表单提交包装器

$('#login_form').submit(function (e) {
return true;
});
控制台:对象不支持此属性或方法


在Firefox、Chrome、Safari中都能很好地工作,基本上除了IE以外的所有功能。

检查表单元素的内部html,搜索非空输入标记:

<input></input>

而不是:

<input type='etc' />


IE和jQuery的哪个版本?IE9、IE11、jQuery 1.7.2在哪一行出现错误?如果jQuery位于库中,请使用非精简版本的jQuery