Yes, key handling support would be a god send!
akzhan 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?