Side navigation
#805 closed bug (duplicate)
Opened January 15, 2007 01:01PM UTC
Closed January 15, 2007 03:01PM UTC
Last modified June 19, 2007 09:40AM UTC
Changed behavior of jQuery.find method
Reported by: | art.orlov@gmail.com | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | 1.1 |
Component: | core | Version: | 1.1 |
Keywords: | find | Cc: | |
Blocked by: | Blocking: |
Description
In 1.1 release code:
var wnd = $("#some-id");
var form = $("form, wnd);
would result returning of all forms in document. The result is due to changing of jQuery.find() function, it does not support jQuery object as the second parameter, only DOM Element.
Attachments (0)
Change History (1)
Changed January 15, 2007 03:01PM UTC by comment:1
resolution: | → duplicate |
---|---|
status: | new → closed |
See #804