Ticket #5907 (closed bug: fixed)
new *untils methods r failz
| Reported by: | cowboy | Owned by: | |
|---|---|---|---|
| Priority: | major | Milestone: | 1.4.1 |
| Component: | core | Version: | 1.4 |
| Keywords: | Cc: | ||
| Blocking: | Blocked by: |
Description
From http://forum.jquery.com/topic/nextuntil-and-prevuntil-do-not-support-attribute-selectors
Hi. I am trying to fetch some rows of a table. each row having a classname starting with "pysj" is a course. those rows that follow these rows, but do not them selves contain this class name, should also be considered being a part of the previous course. In other words, I need to select all elements matching $(this).nextUntil("[class=pysj]") and then do something with them. This however, errors out with the following error: "elem.getAttribute is not a function"
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.

Fixed here: http://github.com/cowboy/jquery/commit/a0d37f88c418aeffc82304b675d5319344723ba6