Opened 12 years ago
Closed 12 years ago
#8603 closed bug (invalid)
.next() doesn't accept multiple classes
Reported by: | Owned by: | ||
---|---|---|---|
Priority: | undecided | Milestone: | 1.next |
Component: | selector | Version: | 1.5.1 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
.next() is not matching multiple classes for the next element.
ie. tried .next('.edit.2')
It will match a single class ie .next('.edit') but not a double.
A work around is to limit the selector to a single element like this .next('.edit.2:eq(0)') which successfuly matches to the class 'edit 2'.
Change History (3)
comment:1 Changed 12 years ago by
Owner: | set to [email protected]… |
---|---|
Status: | new → pending |
comment:2 Changed 12 years ago by
Component: | unfiled → selector |
---|
comment:3 Changed 12 years ago by
Resolution: | → invalid |
---|---|
Status: | pending → closed |
Because we get so many tickets, we often need to return them to the initial reporter for more information. If that person does not reply within 14 days, the ticket will automatically be closed, and that has happened in this case. If you still are interested in pursuing this issue, feel free to add a comment with the requested information and we will be happy to reopen the ticket if it is still valid. Thanks!
Can you provide an example in jsFiddle that shows the problem? Thanks.