Why to the jQuery list? jquery-dev is typically where we discuss issues of this matter.
--John On Feb 6, 2008 8:47 PM, Eridius <[EMAIL PROTECTED]> wrote: > > > i have this > > self.element.children('.cr_tab_content').append(self.element.children('#' + > id).clone(true)); > > and this does nothing but > > self.element.children('.cr_tab_content').html(self.element.children('#' + > id).html()); > > still works just does not copy trigger, is there anything wrong with that > line of code with .clone()? > -- > View this message in context: > http://www.nabble.com/clone%28true%29-still-not-working-in-jquery-1.2.3-tp15325919s27240p15325919.html > Sent from the jQuery General Discussion mailing list archive at Nabble.com. > >