clone(true) still not working in jquery 1.2.3
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()? Also this was testing in FF2
--
View this message in context: http://www.nabble.com/clone%28true%29-still-not-working-in-jquery-1.2.3-tp15326591s27240p15326591.html
Sent from the jQuery Dev List mailing list archive at Nabble.com.