Side navigation
#5907 closed bug (fixed)
Opened January 23, 2010 12:17AM UTC
Closed January 23, 2010 05:21PM UTC
new *untils methods r failz
Reported by: | cowboy | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | 1.4.1 |
Component: | core | Version: | 1.4 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
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"
Fixed here: http://github.com/cowboy/jquery/commit/a0d37f88c418aeffc82304b675d5319344723ba6