Mark Gibson schrieb:
> Is it needed for IE7?
No, it's not. You can exclude IE7 like this:
if ( $.browser.msie && typeof XMLHttpRequest == 'function') ) {
...
}
-- Klaus
_______________________________________________
jQuery mailing list
[email protected]
http://jquery.com/discuss/
