Category Archives: jQuery

Articles on using the jQuery javascript library

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 javascript, web development | Tagged , , , , , , | Comments closed