15 December 2007 If you’re using jQuery in your pages, you can use the “.browser” method of the jQuery object: if ($.browser.safari) { /* … */ } if ($.browser.opera) { /* … */ } That’s it!
If you’re using jQuery in your pages, you can use the “.browser” method of the jQuery object:
if ($.browser.safari) { /* … */ }
if ($.browser.opera) { /* … */ }
That’s it!