How to do browser detection with jQuery 1.3 with $.browser.msie deprecated?
- by Darryl Hein
How should browser detection be done now that jQuery 1.3 has deprecated (and I'm assuming removed in a future version) $.browser.msie and similar?
I have used this a lot for determining which browser we are in for CSS fixes for pretty much every browser, such as:
$.browser.opera
$.browser.safari
$.browser.mozilla
... well I think that's all of…