>> I'd would like to know if possible what is the
>> status on the bug 164 in jquery.
>
> As far as I know this is still an open issue. I am hoping
> the one of the developers that has some expertise in
> IE will take pity on us and try to fix this bug sooner
> rather than later ;). 

If it's being ignored that either means it's hard, it's not fun, or both. :)

Was the problem the .getAttribute(..., 2) in .attr()?  That was probably put
in as a patch to the situation where IE fiddles with href attributes unless
you call it like .getAttribute('href', 2). Maybe you could just take out the
second argument as a workaround for now? It's worth a try.

Perhaps a permanent fix would be to only use the two-arg form of
getAttribute if it's one of the troublesome attributes like href. I guess
there is no way to know if we're working on an XML document?



_______________________________________________
jQuery mailing list
discuss@jquery.com
http://jquery.com/discuss/

Reply via email to