jQuery.fn.extend()


jQuery.fn.extend( object )Возвращает: Object

Описание: Merge the contents of an object onto the jQuery prototype to provide new jQuery instance methods.

The jQuery.fn.extend() method extends the jQuery prototype ($.fn) object to provide new methods that can be chained to the jQuery() function.

Примеры использования