diff --git a/entries/jQuery.Deferred.getStackHook.xml b/entries/jQuery.Deferred.getStackHook.xml
index 87ee6138..720872d7 100644
--- a/entries/jQuery.Deferred.getStackHook.xml
+++ b/entries/jQuery.Deferred.getStackHook.xml
@@ -27,4 +27,5 @@ jQuery.Deferred.getStackHook = function() {
On browsers that do not support requestAnimationFrame, this property can be changed to adjust the interval at which animations will run. The default is 13 milliseconds.
Since jQuery uses one global interval, no animation should be running or all animations should stop for the change of this property to take effect.
-
- $.isArray() returns a Boolean indicating whether the object is a JavaScript array (not an array-like object, such as a jQuery object).
-
-]]>
- Note: As of jQuery 1.3, functions provided by the browser like alert() and DOM element methods like getAttribute() are not guaranteed to be detected as functions in browsers such as Internet Explorer.
-
+
diff --git a/entries/jQuery.isNumeric.xml b/entries/jQuery.isNumeric.xml
index c4fe4a72..2aa13a44 100644
--- a/entries/jQuery.isNumeric.xml
+++ b/entries/jQuery.isNumeric.xml
@@ -43,4 +43,5 @@ $.isNumeric( undefined )
+
diff --git a/entries/jQuery.isWindow.xml b/entries/jQuery.isWindow.xml
index 76a58f17..abd623c7 100644
--- a/entries/jQuery.isWindow.xml
+++ b/entries/jQuery.isWindow.xml
@@ -17,16 +17,8 @@
This is used in a number of places in jQuery to determine if we're operating against a browser window (such as the current window or an iframe).
-
- Finds out if the parameter is a window.
-
-
-]]>
-
+
diff --git a/entries/jQuery.now.xml b/entries/jQuery.now.xml
index 00992aba..d522abf0 100644
--- a/entries/jQuery.now.xml
+++ b/entries/jQuery.now.xml
@@ -14,4 +14,5 @@
+
diff --git a/entries/jQuery.parseJSON.xml b/entries/jQuery.parseJSON.xml
index 2023ebc8..4c948509 100644
--- a/entries/jQuery.parseJSON.xml
+++ b/entries/jQuery.parseJSON.xml
@@ -40,4 +40,5 @@ alert( obj.name === "John" );
+
diff --git a/entries/jQuery.trim.xml b/entries/jQuery.trim.xml
index cfc537b6..1544587c 100644
--- a/entries/jQuery.trim.xml
+++ b/entries/jQuery.trim.xml
@@ -17,18 +17,6 @@
Remove the white spaces at the start and at the end of the string.
-
-
-]]>
-
-
- Remove the white spaces at the start and at the end of the string.
-
+
diff --git a/entries/jQuery.type.xml b/entries/jQuery.type.xml
index 4dd56897..b2804312 100644
--- a/entries/jQuery.type.xml
+++ b/entries/jQuery.type.xml
@@ -43,16 +43,8 @@
Everything else returns "object" as its type.
-
- Find out if the parameter is a RegExp.
-
-
-]]>
-
+
diff --git a/entries/jQuery.unique.xml b/entries/jQuery.unique.xml
index bac61334..81102e3d 100644
--- a/entries/jQuery.unique.xml
+++ b/entries/jQuery.unique.xml
@@ -15,35 +15,8 @@
The $.unique() function searches through an array of objects, sorting the array, and removing any duplicate nodes. A node is considered a duplicate if it is the exact same node as one already in the array; two different nodes with identical attributes are not considered to be duplicates. This function only works on plain JavaScript arrays of DOM elements, and is chiefly used internally by jQuery. You probably will never need to use it.
As of jQuery 1.4 the results will always be returned in document order.
-
- Removes any duplicate elements from the array of divs.
-
-
- There are 6 divs in this document.
-
-
-
-
-
-]]>
-
+