jQuery.param Method (JsArray, bool)
Create a serialized representation of an array or object, suitable for use in a URL query string or Ajax request.
Namespace: SharpKit.jQuery
Class: jQuery
Syntax
public static JsString param(JsArray obj, bool traditional)
Parameters
obj
traditional
Type: System.Boolean
Return Value
Type: SharpKit.JavaScript.JsString
|