jQuery.extend( target [, object1 ] [, objectN ] )Returns: Object
Description: Merge the contents of two or more objects together into the first object.
-
version added: 1.0jQuery.extend( target [, object1 ] [, objectN ] )
- targetType: ObjectAn object that will receive the new properties if additional objects are
-