Hi,
I am doing client side sorting and first column of my table is a check box. After sorting I am loosing the clicked check box information.
It is happening in following code:


var newTbody = document.createElement('tbody');
for (var i=0, length=rowArray.length; i<length; i++)
{
   newTbody.appendChild(rowArray[i]);
}

during appenChild it is loosing the checked property of check boxes.
Please help if any body knows why it is happening. And what shud I do to keep track of checked information of check boxes.


Regards
Imran.




Imran ___________________________________________________ Click to Order Your Prints For Delivery Anywhere in India at http://www.kodakexpress.co.in


--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to