#805 closed bug (duplicate)
Changed behavior of jQuery.find method
Reported by: | 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.
Note: See
TracTickets for help on using
tickets.
See #804