Side navigation
#45 closed bug (fixed)
Opened July 07, 2006 04:45AM UTC
Closed July 17, 2006 02:02AM UTC
Last modified June 20, 2007 01:17AM UTC
Empty jQuery Object as Context
Reported by: | john | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | 1.0 |
Component: | core | Version: | 1.0 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
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
Attachments (0)
Change History (1)
Changed July 17, 2006 02:02AM UTC by comment:1
resolution: | → fixed |
---|---|
status: | new → closed |
Fixed in SVN. Test Page:
http://john.jquery.com/jquery/test/jqcontext.html