jQuery.extend Method (object)
Merge the contents of two or more objects together into the first object.
Namespace: SharpKit.jQuery
Class: jQuery
Syntax
public static object extend(object target)
Parameters
target
Type: System.Object
Return Value
Type: System.Object
|