jQuery.extend Method (object, 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, object object1)
Parameters
target
Type: System.Object
object1
Type: System.Object
Return Value
Type: System.Object
|