JS 浏览器更新 jQuery 插件/代码片段
我正在寻找一个代码片段或 jQuery 插件来检测用户的浏览器以及它是否已过期并显示消息。理想情况下,它需要满足以下要求:
- 不显眼的
- 可配置文本
- 多个浏览器支持
- 可配置的最低浏览器版本
任何帮助将不胜感激。
谢谢。
I'm looking for a code snippet or jQuery plugin that detects a user's browser and whether it's out of date and displays message. Ideally, it would need to meet the following requirements:
- Unobtrusive
- Configurable text
- Multiple browser support
- Configurable minimum browser versions
Any help would be appreciated.
Thanks.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
我认为这将为您指明正确的方向: http://jquery.thewikies.com/browser/
编辑
这里还有一些:
jReject: http://jreject.turnwheel.com/< /a>
Sevenup:http://code.google.com/p/sevenup/
I think this will get you pointed in the right direction: http://jquery.thewikies.com/browser/
EDIT
Here's a few more:
jReject: http://jreject.turnwheel.com/
sevenup: http://code.google.com/p/sevenup/
还有另一个 javascript 对此很有用: http://browser-update.org/
There is also another javascript that can be useful for this: http://browser-update.org/