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