Bug Tracker

Modify

Ticket #5907 (closed bug: fixed)

Opened 2 years ago

Last modified 2 years ago

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

comment:2 Changed 2 years ago by john

  • Status changed from new to closed
  • Resolution set to fixed
  • Component changed from unfilled to core

Please follow the  bug reporting guidlines and use  jsFiddle when providing test cases and demonstrations instead of pasting the code in the ticket.

View

Add a comment

Modify Ticket

Action
as closed
Author


E-mail address and user name can be saved in the Preferences.

 
Note: See TracTickets for help on using tickets.