browser detection - Jquery

detectBrowser

Snippet Code


  
Rate this page :
  [ 0 votes]

We can identify the user's browser by issuing these checks.

if ($.browser.mozilla) { } if ($.browser.msie) { } if ($.browser.opera) { }

Tags


Ask Questions

Ask Question