What my code does is you click on the link and it re orders these divs, here
is the part of my code having trouble

new_div[x] = $('#hotel_information [EMAIL PROTECTED]:eq(' +
div_index + ')').clone(true);
then:
for(x = 0; x < div_length; x++)
{
    $('#hotel_information').append(new_div[x]);
}

Does anything look wrong in there?  It works in FF(actually it works without
the clone method) but not fully work in IE 7 or 6.  Also the part that is
not work is the tabs(using the older version and not the UI version). 
another thing to mention is that the event do care over if i do not trigger
them.  say i have 2 div and i click on the tabs in the first one.  I then re
order when make the first div the last div and the last div the first div. 
now if i click on the first div tabs, they work because i did not click on
them before the reorder but the second tabs do not work because i click on
the before the reorder.  anyone know what mgiht be cause this from this
description(can't give a link right now).
-- 
View this message in context: 
http://www.nabble.com/.clone%28true%29-not-working-in-IE-tf4628650s27240.html#a13216375
Sent from the jQuery General Discussion mailing list archive at Nabble.com.

Reply via email to