diff --git a/entries/after.xml b/entries/after.xml
index 8e57cdac..f6c52bf4 100644
--- a/entries/after.xml
+++ b/entries/after.xml
@@ -23,13 +23,25 @@
A function that returns an HTML string, DOM element(s), or jQuery object to insert after 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.
-
+
+
+ 1.10
+
+ A function that returns an HTML string, DOM element(s), or jQuery object to insert after each element in the set of matched elements. Receives the index position of the element in the set and the old HTML value of the element as arguments. Within the function, this
refers to the current element in the set.
+
+
+
+
+
+
+
+
Insert content, specified by the parameter, after each element in the set of matched elements.
diff --git a/entries/before.xml b/entries/before.xml
index 7c2ebb7b..5d1bc1aa 100644
--- a/entries/before.xml
+++ b/entries/before.xml
@@ -22,7 +22,6 @@
1.4
-
@@ -31,6 +30,20 @@
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.
+
+
+ 1.10
+
+
+
+
+
+
+
+
+ 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 and the old HTML value of the element as arguments. Within the function, this
refers to the current element in the set.
+
+
Insert content, specified by the parameter, before each element in the set of matched elements.