Modify ↓
Ticket #13094 (closed bug: fixed)
If to jQuery#before passed function argument it should receive index of the current element in the set
| Reported by: | markel | Owned by: | |
|---|---|---|---|
| Priority: | high | Milestone: | 1.9 |
| Component: | manipulation | Version: | git |
| Keywords: | Cc: | ||
| Blocking: | Blocked by: |
Description
But it does not – http://jsfiddle.net/sHqu9/
From doc –
.before( function ) A function that returns an HTML string, DOM element(s), or jQuery object to insert before each element in the set of matched elements. Receives the index position of the element in the set as an argument. Within the function, this refers to the current element in the set.
Change History
Please follow the bug reporting guidlines and use jsFiddle when providing test cases and demonstrations instead of pasting the code in the ticket.
Note: See
TracTickets for help on using
tickets.

Pull request – https://github.com/jquery/jquery/pull/1093