[mochikit] Re: why is the extremely useful cloneNode function not listed in the documentation index

2007-10-01 Thread machineghost
cloneNode is part of core Javascript, not Mochikit; I imagine this is the reason why it's not in the documentation ... Jeremy On Oct 1, 4:01 pm, tphyahoo <[EMAIL PROTECTED]> wrote: > I wanted to embed a table in a form, and it took me a long time to > figure out how to do it. > > If cloneNode ha

[mochikit] why is the extremely useful cloneNode function not listed in the documentation index

2007-10-01 Thread tphyahoo
I wanted to embed a table in a form, and it took me a long time to figure out how to do it. If cloneNode had been listed as a mochikit function at http://mochikit.com/doc/html/MochiKit/index.html I could have gotten the job done a lot faster. test1 = function() { insertTable1(); embedP