-1

How do I detect what browser a user is using in JQuery 1.9?

cdub
  • 24,555
  • 57
  • 174
  • 303

1 Answers1

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