Modify ↓
Ticket #10607 (closed bug: invalid)
$.parentsUntil matches partial class names
| Reported by: | anonymous | Owned by: | |
|---|---|---|---|
| Priority: | undecided | Milestone: | None |
| Component: | unfiled | Version: | 1.6.4 |
| Keywords: | Cc: | ||
| Blocking: | Blocked by: |
Description
Consider structure:
<div class="foo">
<div class="fooBar">
<div id="awol"></div>
</div>
</div>
$('#awol').parentsUntil('.foo'); won't match the outernmost .foo but the inner .fooBar element.
Example:
Change History
Please follow the bug reporting guidlines and use jsFiddle when providing test cases and demonstrations instead of pasting the code in the ticket.
Note: See
TracTickets for help on using
tickets.

The description for http://api.jquery.com/parentsUntil/ says:
... but not including ...
So yes it did find the outermost parent, but per its documented behavior did not return it in the matched set.
The forum community can provide more info about selectors: http://forum.jquery.com/