How to detect browser type & version using jQuery

October 6, 2010 by satz  
Filed under Scripts, jQuery

How to detect browser type & version using jQuery

jQuery.browser is one of the properties of the global jQuery Object. The property “$.browser” or “jQuery.browser” enables to detect which web browser is accessing the page. It is very useful while in need of serving unique contents for different browsers.

Read more