I think you need to take extra care for checkbox, it may you need to add the line
inputElement.attr('checked',this.attr('checked'));
Thanks
Muhit
2010-07-23 22:12:07
I think you need to take extra care for checkbox, it may you need to add the line
inputElement.attr('checked',this.attr('checked'));
Thanks