Category Archives: javascript

articles with content about javascript programming

jQuery: Check for features not browsers

After the release of jQuery 1.3 the $.browser method was deprecated as there was a concensus that we shouldn’t be sniffing for browser brands/versions but instead for what features they do or don’t support. Whilst this is agreable, there are some scenarios where your objective is in fact to state the browser in use. I [...]

Also posted in jQuery, web development | Tagged , , , , , , | Comments closed