On Thu, Sep 17, 2009 at 7:02 AM, ldexterldesign <m...@ldexterldesign.co.uk> wrote: > I wondered if anyone would be kind enough to point me in the direction > of a good browser detection script/plug-in/tool? I've heard/read > jQuery.browser isn't the way to go with the latest jQuery (v.1.3.2).
.browser() still works, the reason it's not the way to go is that jQuery has shifted to .supports(), which covers feature by feature. After all, you're probably sniffing not because you care which browser they are using, but because you care if their browser supports a certain feature. Check out the docs on .supports() -- Brett Ritter / SwiftOne swift...@swiftone.org