[jQuery] [BUG] $.filter a.attributes.id has no properties

[jQuery] [BUG] $.filter a.attributes.id has no properties

<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
<font size="-1"><font face="Tahoma">Firefox bumped up on me giving this
error:
</font></font><font size="-1"><tt><big><font color="#cc0000">Error:
a.attributes.id has no properties
Source file: <a class="moz-txt-link-freetext" href="http://127.0.0.1/_/js/jquery-svn.js">http://127.0.0.1/_/js/jquery-svn.js</a>
Line: 648
</font></big></tt></font><font size="-1"><font face="Tahoma">
When i altered the code it all worked.
<b>I changed this:</b>
</font></font><font color="#3366ff"><big><font size="-1"><big><tt>   
'#': "a.getAttribute('id').nodeValue == m[2]",</tt></big></font></big></font><font
size="-1"><font face="Tahoma">
<b>Into this:</b>
</font></font><font color="#3366ff"><big><font size="-1"><big><tt>   
'#': "a.getAttribute('id') && a.getAttribute('id').nodeValue ==
m[2]",</tt></big></font></big></font><font size="-1"><font face="Tahoma">
<b>However, this is NOT(!) commited to SVN yet</b>
I'm awaiting moderator approval :)
-- Gilles
</font></font>
</body>
</html>
_______________________________________________
jQuery mailing list
discuss@jquery.com
http://jquery.com/discuss/