Side navigation
#8603 closed bug (invalid)
Opened March 23, 2011 05:38AM UTC
Closed April 14, 2011 08:06AM UTC
.next() doesn't accept multiple classes
Reported by: | matt.campbell@live.com.au | Owned by: | matt.campbell@live.com.au |
---|---|---|---|
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'.
Attachments (0)
Change History (3)
Changed March 30, 2011 03:24PM UTC by comment:1
owner: | → matt.campbell@live.com.au |
---|---|
status: | new → pending |
Changed March 30, 2011 07:28PM UTC by comment:2
component: | unfiled → selector |
---|
Changed April 14, 2011 08:06AM UTC by comment:3
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.