> Just a hunch, but IE's DOM support isn't native Javascript. If they got
> their typelib wrong it may be trying to call getAttribute rather than check
> elem for a getAttribute property. Can you replace that last line with this
> and see if it works?
>
>         } else if ( typeof(elem.getAttribute) != "undefined" ) {

I just committed this to SVN.

--John

_______________________________________________
jQuery mailing list
[email protected]
http://jquery.com/discuss/

Reply via email to