BTW, has anyone got an example of how to use jQuery.support to detect Opera? The doc support on http://docs.jquery.com/Utilities/jQuery.support is awful for this type of thing if it IS possible.
Thanks, L On Sep 17, 12:20 pm, Brett Ritter <swift...@swiftone.org> wrote: > 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