Side navigation
#13094 closed bug (fixed)
Opened December 20, 2012 12:08AM UTC
Closed December 21, 2012 03:52AM UTC
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: | ||
Blocked by: | Blocking: |
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.
Pull request – https://github.com/jquery/jquery/pull/1093