From 4ed59729c12e047e1f4f8215463f845e05d51807 Mon Sep 17 00:00:00 2001 From: Arthur Verschaeve Date: Sun, 24 May 2015 22:06:17 +0200 Subject: [PATCH] wrapAll: change description of function argument --- entries/wrapAll.xml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/entries/wrapAll.xml b/entries/wrapAll.xml index c6dc02ca..7d8c741d 100644 --- a/entries/wrapAll.xml +++ b/entries/wrapAll.xml @@ -14,8 +14,7 @@ 1.4 - A callback function returning the HTML content or jQuery object to wrap around the 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. - + A callback function returning the HTML content or jQuery object to wrap around all the matched elements. Within the function, this refers to the first element in the set. Prior to jQuery 3.0, the callback was incorrectly called for every element in the set and received the index position of the element in the set as an argument.