我做錯了什麼在這裏:的jQuery生成動態表圈
var htmlString ="\
<table width='97%' height='233px' border='1' class='NewTable'>\
<tr>\
<th width='43%'>"+currGroupAry[j]+"</th>\
<th width='8%'>Points</th>\
<th width='49%'>Justification</th>\
</tr>\
<tr>\
<td height='29'>Was willing to frequently share ideas and resources</td>\
<td><input id='TotalTEP1' type='text' value='' readonly /></td>\
<td>\
<table id='gp1' width='100%'>\
"for(var i=0; i<=currGroupAry.length; i++){"\
<tr><td style='width:100px;'>"+currGroupAry[j]+"</td><td><textarea style='width:97%; font-size: 14px; background-color: transparent; border:none; resize:none;' cols='10' rows='2' readonly>"+user.comments[j-1]+"</textarea></td></tr>"}"\
</table>\
</td>\
</tr>\</table>"
試圖將此表追加到事業部。但沒有工作。中間的For循環有問題。
爲了提供有用的信息,我們需要有關您的問題的全部細節。你期望發生什麼,現在發生了什麼,以及你試圖修復它的是什麼?請包括錯誤消息和/或意外行爲的描述。 –
在htmlString之間有一個for循環,並尋找一個合適的syntex來放置jQuery變量中的for循環。 – fguru
有一個主表,並在一個我需要另一個表。 – fguru