Posts tagged javascript
Feb
22
2009
jQuery team adds jQuery.support and deprecates jQuery.browser
The latest and greatest jQuery release no longer uses browser sniffing but jQuery.browser still exists in jQuery 1.3.
What is browser sniffing? It's a simply a method of detecting the user's browser. It's normally done through old school javascript (client-side sniffing) and exists as a feature for some other javascript frameworks as well.
Continue reading »