You know, I see it now; it says in the documentation "The object that will be merged into the jQuery object.".. I read that and took it to be the core of jQuery itself, since the documentation only lists one argument for $.extend. In Mike's article I saw that it was combining two things, I just wasn't seeing the why; now I do.
Thanks for the help. Makes a lot more sense now. -- T.J. On Dec 30, 12:21 pm, MorningZ <morni...@gmail.com> wrote: > oops.. that should say: > > "the third: $.extend(obj2, obj3);"