我想在id conCol中添加'1'以使其成为conCol1。请有人告诉我我是如何做到的,因为我的声明不起作用。另外,是否有可能得到“第一列”的值,即条件#0使其成为条件#1?
newElem.children('select :nth-child(2)').attr('id', 'conCol' + newNum).attr('name', 'name' + newNum);
<tr id="condition1" class="clonedInput">
<td class="first-column">Condition #0</td>
<td><span style="float:left; padding-right: 10px;">
<select id="conCol" name="conCol" class="standard_select" style="width:147px; background:#fff;">