jQuery.support is for feature detection. The whole point of it is to avoid browser detection - which is still available via jQuery.browser. Instead of sniffing the browser and serving fixes according to previous knowledge about it's flaws, you check for correct implementations of the exact features you need, browser agnostic.
cheers, - ricardo On Apr 4, 1:43 pm, Joe <joseph.is...@gmail.com> wrote: > I'm all for migrating to the jQuery.support() utility method, but > there is not definitive test available to detect IE6 specifically. Do > we have a consensus on this yet?