diff --git a/categories.xml b/categories.xml index 55038248..d4d31106 100644 --- a/categories.xml +++ b/categories.xml @@ -414,6 +414,14 @@ var files = event.originalEvent.dataTransfer.files;
]]> + + Aspects of the API that were changed in the corresponding versions of jQuery. Changes in jQuery 1.12 and 2.2 includes performance improvements of the selector engine, manipulation of class names for SVG elements, support for the Symbol type and iterators added in ES2015, and a new hook has been added for filtering HTML. A jQuery Migrate Plugin was offered to help developers with a transitional upgrade path. +

+

For more information, see the Release Notes/Changelog

+
+ ]]>
+
Aspects of the API that were changed in the corresponding version of jQuery. Changes in jQuery 3.0 dealt primarily with deferreds, data, show/hide and removal of some deprecated APIs. A jQuery Migrate Plugin was offered to help developers with a transitional upgrade path. diff --git a/entries/jQuery.uniqueSort.xml b/entries/jQuery.uniqueSort.xml index a1927bda..88735af9 100644 --- a/entries/jQuery.uniqueSort.xml +++ b/entries/jQuery.uniqueSort.xml @@ -2,7 +2,7 @@ jQuery.uniqueSort() - 1.12/2.2 + 1.12-2.2 The Array of DOM elements. @@ -42,4 +42,5 @@ $( "div:eq(2)" ).text( "Post-unique there are " + divs.length + " elements." ) ]]> +