jQuery.param Method (object, 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(object obj, bool traditional)
Parameters
obj
Type: System.Object
traditional
Type: System.Boolean
Return Value
Type: SharpKit.JavaScript.JsString
|