Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

JS Browser Update jQuery Plugin/Code Snippet

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.

like image 322
Collin Klopfenstein Avatar asked Nov 29 '10 23:11

Collin Klopfenstein


2 Answers

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/

like image 144
jyoseph Avatar answered Nov 14 '22 02:11

jyoseph


There is also another javascript that can be useful for this: http://browser-update.org/

like image 41
user1422061 Avatar answered Nov 14 '22 03:11

user1422061