How can i set the width of a table column using jquery. The code provided below is not working. Please help.
function addColumn(column)
{
var iHtml;
iHtml = "<tr><td width="30%"><input type='checkbox'> " + column + '</td><td><input type="text" id="aln' + column + '"></td></tr>';
return iHtml
}
just the problem of
"and'Update :