[jQuery] jquery-1.0a.js error

[jQuery] jquery-1.0a.js error

Found an error using http://jquery.com/src/jquery-1.0a.js. In summary,
given the following html:
<div id="div1"> This is div 1.
<div id="div2"> This is div 2.</div>
</div>
This works:
$('div', $('#div1')).html('Div was modified');
Where the following throws an error in Win FF, Win IE 6.0, and Safari
(only ones tested).
$('div', $('#nodiv1')).html('Div was modified');
All the errors are similar to the following Safari error:
Value undefined (result of expression ret[i].getElementsByTagName) is
not object.
http://jquery.com/src/jquery-1.0a.js Line: 588
Example at: http://dmlair.com/jquery/jqErrors/jqError1.html
_______________________________________________
jQuery mailing list
discuss@jquery.com
http://jquery.com/discuss/