s into a query string jQuery.param = function( a, traditional ) { var prefix, s = [], add = function( key, value ) { // If value is a function, invoke it and return its value value = jQuery.isFunction( value ) ? value() : ( value == null ? : value ); s[ s.length ] = encodeURIComponent( key ) + = + encodeURIComponent( value ); }; // Set traditional to true for jQuery <= 1.3.2 behavior. if ( tr