jquery – 什么是替换$.browser

前端之家收集整理的这篇文章主要介绍了jquery – 什么是替换$.browser前端之家小编觉得挺不错的,现在分享给大家,也给大家做个参考。
jQuery文档将$ .browser标记为已弃用。那么什么替代呢?

解决方法

docs状态:

The $.browser property is deprecated in jQuery 1.3,and its
functionality may be moved to a team-supported plugin in a future
release of jQuery.

似乎没有替代(你可以使用plugin)。

根据browser detectionnot a good idea.功能检测是要走的路(Modernizr是一个伟大的工具)。

更新:jQuery有一个$ .support()方法来提供一些功能检测,但它现在已被废弃。 They also suggest using Modernizer now.

原文链接:https://www.f2er.com/jquery/185217.html

猜你在找的jQuery相关文章