MCPcopy Index your code
hub / github.com/JsAaron/jQuery / add

Function add

1.7/ajax.js:770–774  ·  view source on GitHub ↗
( key, value )

Source from the content-addressed store, hash-verified

768 param: function( a, traditional ) {
769 var s = [],
770 add = function( key, value ) {
771 // If value is a function, invoke it and return its value
772 value = jQuery.isFunction( value ) ? value() : value;
773 s[ s.length ] = encodeURIComponent( key ) + "=" + encodeURIComponent( value );
774 };
775
776 // Set traditional to true for jQuery <= 1.3.2 behavior.
777 if ( traditional === undefined ) {

Callers 2

ajax.jsFile · 0.70
buildParamsFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected