How do I detect what browser a user is using in JQuery 1.9?
Asked
Active
Viewed 804 times
-1
-
1Google "How do I detect what browser a user is using in JQuery 1.9" – Explosion Pills Jan 23 '13 at 04:41
-
http://stackoverflow.com/questions/14379539/whats-a-quick-pure-javascript-replacement-for-jquery-browser-removed-in-jquer – Raghavan Jan 23 '13 at 04:41
-
Take a look at this qustion. [link](http://stackoverflow.com/q/14365725/1995997) – user1995997 Jan 23 '13 at 04:42
-
THe first link is the better option. – cdub Jan 23 '13 at 04:43
-
oops delete my answer below depreceated – IanO.S. Jan 23 '13 at 04:43
1 Answers
2
The jQuery.browser()
method has been deprecated since jQuery 1.3 and is removed in 1.9. If needed, it is available as part of the jQuery Migrate plugin.
For more info refer this: Changes of Note in jQuery 1.9
Recommend to use: http://modernizr.com/

Vishal Suthar
- 17,013
- 3
- 59
- 105