Side navigation
#12093 closed bug (invalid)
Opened July 17, 2012 11:07AM UTC
Closed August 01, 2012 08:58AM UTC
Last modified October 15, 2012 05:27PM UTC
Not work The following construction
Reported by: | svbutsenko@gmail.com | Owned by: | svbutsenko@gmail.com |
---|---|---|---|
Priority: | undecided | Milestone: | None |
Component: | unfiled | Version: | 1.7.2 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
$el = $('a[href="#tab-sources"]', '#tabs-panel'); $('#tabs-panel a').index('a[href="#tab-sources"]'); // always -1 $('#tabs-panel a').index($el); // work correctly
Attachments (0)
Change History (4)
Changed July 17, 2012 02:42PM UTC by comment:1
owner: | → svbutsenko@gmail.com |
---|---|
status: | new → pending |
Changed August 01, 2012 08:58AM UTC by comment:2
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!
Changed August 01, 2012 09:17AM UTC by comment:3
Changed October 15, 2012 05:27PM UTC by comment:4
@Sorbing: I think you forgot to save
Thanks for taking the time to contribute to the jQuery project! Please provide a complete reduced test case on jsFiddle to help us assess your ticket.
Additionally, be sure to test against the jQuery Edge version to ensure the issue still exists. To get you started, use this boilerplate: http://jsfiddle.net/FrKyN/ Open the link and click to "Fork" (in the top menu) to get started.