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