diff --git a/categories.xml b/categories.xml index d5c9d917..06418fb2 100644 --- a/categories.xml +++ b/categories.xml @@ -61,7 +61,7 @@
For more information, see the Release Notes/Changelog at https://blog.jquery.com/2013/01/15/jquery-1-9-final-jquery-2-0-beta-migrate-final-released/
]]> -jsonpCallback
is set to the return value of that function."POST"
, "GET"
, "PUT"
).data
option as an object (technically, anything other than a string) will be processed and transformed into a query string, fitting to the default content-type "application/x-www-form-urlencoded". If you want to send a DOMDocument, or other non-processed data, set this option to false
.nonce
, integrity
, or crossorigin
attributes to satisfy Content Security Policy requirements.By default, jQuery adds a "px" unit to the values passed to the .css()
method. This behavior can be prevented by adding the property to the jQuery.cssNumber
object
By default, jQuery adds a "px" unit to the values passed to the .css()
method. This behavior can be prevented by adding the property to the jQuery.cssNumber
object
$.cssNumber.someCSSProp = true;
diff --git a/entries/jQuery.globalEval.xml b/entries/jQuery.globalEval.xml
index 19b9f9c9..f6234efe 100644
--- a/entries/jQuery.globalEval.xml
+++ b/entries/jQuery.globalEval.xml
@@ -8,7 +8,7 @@
submit
, length
, or method
. Name conflicts can cause confusing failures. For a complete list of rules and to check your markup for these problems, see DOMLint.
+ Forms and their child elements should not use input names or ids that conflict with properties of a form, such as submit
, length
, or method
. Name conflicts can cause confusing failures. For a complete list of rules and to check your markup for these problems, see DOMLint.
is not guaranteed to be accurate when the element or its parent is hidden. To get an accurate value, ensure the element is visible before using
. jQuery will attempt to temporarily show and then re-hide an element in order to measure its dimensions, but this is unreliable and (even when accurate) can significantly impact page performance. This show-and-rehide measurement feature may be removed in a future version of jQuery.
diff --git a/pages/Types.html b/pages/Types.html
index 6c75695e..5364dd5f 100644
--- a/pages/Types.html
+++ b/pages/Types.html
@@ -300,7 +300,7 @@ Note that for-in-loop can be spoiled by extending Object.prototype (see Object.prototype is verboten) so take care when using other libraries. +
Note that for-in-loop can be spoiled by extending Object.prototype
(see Object.prototype is verboten) so take care when using other libraries.
jQuery provides a generic each function to iterate over properties of objects, as well as elements of arrays: