gpt4 book ai didi

jquery - jquery中的浏览器识别

转载 作者:太空宇宙 更新时间:2023-11-04 03:51:40 25 4
gpt4 key购买 nike

试图在 ie 中的 div 上强制使用某个 css。到目前为止只剩下 jquery。使用了这段代码,但它没有做任何事情。我的错误在哪里?

$(document).ready(function(){
if ($.browser.msie){
$(".cartwrap").css('display','none');
}
});

最佳答案

根据 jQuery 网站:

Contains flags for the useragent, read from navigator.userAgent. 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 Version >= 1.9,请使用 jQuery.migrate 插件。

关于jquery - jquery中的浏览器识别,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/23305812/

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