Would this be the correct way of cloning events?

for(var i = 0; i < array_length; i++)
    $new_dom[x] = $('#hotel_information div#hotel_selection' +
table_id).clone(true);
}

for(var x = 0; x < array_length; x++)
{
    var new_element = new_dom[x];
    $(new_element).appendTo('#hotel_information');
}

I am trying this and and all my html is properly being copied by my binded
events(well bind events for the tabs plugin) and not being pulled?  is this
an issue with my code, with the tabs plug, or with something else?
-- 
View this message in context: 
http://www.nabble.com/cloding-events-problems-tp14506243s27240p14506243.html
Sent from the jQuery General Discussion mailing list archive at Nabble.com.

Reply via email to