Hey all,

I think that I found an error in the documentation, and if not an
error then an omission.

The documentation for jQuery.extend (http://docs.jquery.com/Core/
jQuery.extend) says that it is used to extend the jQuery object.
However if you look at the instructions on authoring plugins (http://
docs.jquery.com/Plugins/Authoring) or the jQuery UI source code you
see its also (when you pass in multiple objects) to add the members of
the first to the second.

I can guess the behaviour but it would be useful to have some "real"
documentation on this behavior, especially since the the recommended
way to build plugins.

Thanks!
Adam

Reply via email to