I did a really quick test building a base tab system myself(only took about
30 mins, it is functional, just not styling) and it works fine in IE and FF,
anyone know why the existing tabs does not work(from UI)?


Eridius wrote:
> 
> 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/cloning-events-problems-tp14506243s27240p14512572.html
Sent from the jQuery General Discussion mailing list archive at Nabble.com.

Reply via email to