Skip to main content

Bug Tracker

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"

Attachments (0)
Change History (2)

Changed January 23, 2010 12:17AM UTC by cowboy comment:1

Changed January 23, 2010 05:21PM UTC by john comment:2

component: unfilledcore
resolution: → fixed
status: newclosed