I've tried multiple combinations of the $.support method's properties
and have had zero success with properly detecting IE6.  Does IE6 have
a specific feature that IE7 and IE8 do not have?

On Apr 5, 6:21 am, akzhan <akzhan.abdu...@gmail.com> wrote:
> Also I suppose that jQuery.support can add key handling browser mode.
>
> WebKit, Mozilla and IE works different on key events.
>
> On Apr 5, 8:45 am, Ricardo <ricardob...@gmail.com> wrote:
>
> > 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?

Reply via email to