From 1665924f6543d226267faf19809b5adb43e5dadc Mon Sep 17 00:00:00 2001 From: Aurelio De Rosa Date: Fri, 6 May 2016 10:12:50 +0100 Subject: [PATCH] jQuery.param: Removed details about traditional flag Fixes gh-919 --- entries/jQuery.param.xml | 1 - 1 file changed, 1 deletion(-) diff --git a/entries/jQuery.param.xml b/entries/jQuery.param.xml index 468b6db9..2127f55b 100644 --- a/entries/jQuery.param.xml +++ b/entries/jQuery.param.xml @@ -27,7 +27,6 @@

This function is used internally to convert form element values into a serialized string representation (See .serialize() for more information).

As of jQuery 1.3, the return value of a function is used instead of the function as a String.

As of jQuery 1.4, the $.param() method serializes deep objects recursively to accommodate modern scripting languages and frameworks such as PHP and Ruby on Rails. You can disable this functionality globally by setting jQuery.ajaxSettings.traditional = true;.

-

As of jQuery 1.8, the $.param() method no longer uses jQuery.ajaxSettings.traditional as its default setting and will default to false. For best compatibility across versions, call $.param() with an explicit value for the second argument and do not use defaults.

If the object passed is in an Array, it must be an array of objects in the format returned by .serializeArray()


 [