gpt4 book ai didi

jquery - 无法获取未定义或空引用的属性 'msie'

转载 作者:行者123 更新时间:2023-12-03 22:19:39 25 4
gpt4 key购买 nike

我正在尝试在 MVC 4 View 中创建 JQGrid 并获取

Unable to get property 'msie' of undefined or null reference

添加 JQGrid javascript 文件时出错

bundles.Add(new ScriptBundle("~/Bundles/Shared/JS").Include(
"~/Scripts/jquery-1.9.1.min.js",
"~/Scripts/jquery.validate.min.js",
"~/Scripts/bootstrap.js",
"~/Content/silviomoreto-bootstrap-select/bootstrap-select.min.js",
"~/Scripts/js/Shared/Index.js",
"~/Scripts/js/Shared/Validation.js",
"~/Scripts/jquery.placeholder.js",
"~/Content/jquery.jqGrid-4.4.3/js/i18n/grid.locale-en.js",
"~/Content/jquery.jqGrid-4.4.3/js/jquery.jqGrid.min.js"));

错误发生在以下行

e=n.browser.msie&&"6.0"==n.browser.version

知道为什么会发生这种情况吗?

最佳答案

来自 jQuery.browser 的 jQuery 文档:

This property was removed in jQuery 1.9 and is available only through the jQuery.migrate plugin. Please try to use feature detection instead.

所以你必须降级到旧版本的 jQuery 或使用 migrate plugin .

关于jquery - 无法获取未定义或空引用的属性 'msie',我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/19359680/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com