首页 > 代码库 > table新增空白行到首行
table新增空白行到首行
var str=""; str+="<tr bordercolor=‘#DEDEDE‘ bgcolor=‘#ffffff‘>"; str+="<input type=‘hidden‘ id=‘id‘ name=‘tid‘>"; str+="<td align=‘center‘ bordercolor=‘#DEDEDE‘><input type=‘checkbox‘ name=‘isSelect‘ ></input></td>"; str+="<td bordercolor=‘#DEDEDE‘ width=‘120px‘><input type=‘text‘ class=‘t‘ id=‘name‘ style=‘font-size:12px; color:black; text-align:center;width:120px‘ onChange=‘saveTrip(this)‘ > </td>"; str+="<td bordercolor=‘#DEDEDE‘ width=‘110px‘><input type=‘text‘ class=‘t‘ id=‘part‘ style=‘font-size:12px; color:black; text-align:center;width:110px‘ > </td>"; str+="<td bordercolor=‘#DEDEDE‘ width=‘110px‘><input type=‘text‘ class=‘t‘ id=‘subPart‘ style=‘font-size:12px; color:black; text-align:center;width:110px‘ > </td>"; str+="<td bordercolor=‘#DEDEDE‘ width=‘400px‘><input type=‘text‘ class=‘t‘ id=‘purpose‘ style=‘font-size:12px; color:black; text-align:center;width:400px‘ > </td>"; str+="<td bordercolor=‘#DEDEDE‘ width=‘110px‘><input type=‘text‘ class=‘t‘ id=‘scheduleStart‘ style=‘font-size:12px; color:black; text-align:center;width:110px‘ > </td>"; str+="<td bordercolor=‘#DEDEDE‘ width=‘110px‘><input type=‘text‘ class=‘t‘ id=‘scheduleEnd‘ style=‘font-size:12px; color:black; text-align:center;width:110px‘ > </td>"; str+="<td bordercolor=‘#DEDEDE‘ width=‘50px‘><input type=‘text‘ class=‘t‘ id=‘duration‘ style=‘font-size:12px; color:black; text-align:center;width:50px‘ > </td>"; str+="<td bordercolor=‘#DEDEDE‘ width=‘80px‘><input type=‘text‘ class=‘t‘ id=‘destination‘ style=‘font-size:12px; color:black; text-align:center;width:80px‘ > </td>"; str+="<td bordercolor=‘#DEDEDE‘ width=‘80px‘><input type=‘text‘ class=‘t‘ id=‘region‘ style=‘font-size:12px; color:black; text-align:center;width:80px‘ > </td>"; str+="<td bordercolor=‘#DEDEDE‘ width=‘80px‘><input type=‘text‘ class=‘t‘ id=‘department‘ style=‘font-size:12px; color:black; text-align:center;width:80px‘ > </td>"; str+="<td align=‘center‘ bordercolor=‘#DEDEDE‘ width=‘60px‘> <img src=http://www.mamicode.com/‘${pageContext.request.contextPath}/FlatUI/img/edit2.png‘ id=‘report‘ width=18px height=18px/>"; str+="<td align=‘center‘ bordercolor=‘#DEDEDE‘ width=‘60px‘> <img src=http://www.mamicode.com/‘${pageContext.request.contextPath}/FlatUI/img/edit2.png‘ id=‘referrence‘ width=18px height=18px/>"; str+="</tr>"; $("#tableTrip").prepend(str);
table新增空白行到首行
声明:以上内容来自用户投稿及互联网公开渠道收集整理发布,本网站不拥有所有权,未作人工编辑处理,也不承担相关法律责任,若内容有误或涉及侵权可进行投诉: 投诉/举报 工作人员会在5个工作日内联系你,一经查实,本站将立刻删除涉嫌侵权内容。