Opened 12 years ago
Closed 12 years ago
#9394 closed feature (wontfix)
nextUntil/prevUntil take functions
Reported by: | Owned by: | ||
---|---|---|---|
Priority: | low | Milestone: | 1.7 |
Component: | traversing | Version: | 1.6.1 |
Keywords: | 1.7-discuss | Cc: | |
Blocked by: | Blocking: |
Description
It would be nice if nextUntil and prevUntil could take callbacks rather than selector strings. So the callback would be executed on each sibling in turn. When the function returns true, the selection should end. This would mean that complex selectors would be unnecessary: it would be possible to specify a much more readable (and, I'd guess, faster) function instead.
Change History (11)
comment:1 Changed 12 years ago by
Keywords: | 1.7-discuss added |
---|
comment:3 Changed 12 years ago by
-1, I dunno, I'd expect selection to be faster and faster... so the idea a function called on all elements of a superset of a selection will be faster :/
comment:5 Changed 12 years ago by
Component: | unfiled → traversing |
---|---|
Priority: | undecided → low |
Status: | new → open |
comment:11 Changed 12 years ago by
Milestone: | 1.next → 1.7 |
---|---|
Resolution: | → wontfix |
Status: | open → closed |
Closing per 1.7 roadmap meeting resolution
Note: See
TracTickets for help on using
tickets.
Nominating ticket for 1.7 discussion.