[jQuery] (BUG) IE fails on $.eval

[jQuery] (BUG) IE fails on $.eval

<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
<title></title>
</head>
<body bgcolor="#ffffff" text="#000000">
<font size="-1"><font face="Tahoma">I think i found a little buggy :)
<b>I got the situation that this code breaks on IE:</b>
</font></font><font color="#3366ff"><big><font size="-1"><big><tt>try {
    $.eval( this.text || this.textContent || this.innerHTML );
} catch(e) { }</tt></big></font></big></font><font size="-1"><font
face="Tahoma"><font color="#3366ff">
</font>
<b>But this doesn't...</b>
</font></font><font color="#3366ff"><big><tt><font size="-1"><big>try {
    </big></font><font size="-1"><big>eval( </big></font></tt></big></font><font
color="#3366ff"><big><font size="-1"><big><tt>this.text ||
this.textContent || this.innerHTML</tt></big></font></big></font><font
color="#3366ff"><big><tt><font size="-1"><big> );</big></font></tt><font
size="-1"><big><tt>
} catch(e) { }</tt></big></font></big></font><font size="-1"><font
face="Tahoma">
IE somehow breaks on <b>$.eval</b>, but i can't figure out why it
doesn't work...
</font></font>
</body>
</html>
_______________________________________________
jQuery mailing list
discuss@jquery.com
http://jquery.com/discuss/