jQuery.fn.extend( object )Returns: Object
Description: Merge the contents of an object onto the jQuery prototype to provide new jQuery instance methods.
-
version added: 1.0jQuery.fn.extend( object )
- objectType: ObjectAn object to merge onto the jQuery prototype.
-