jQuery 拼接事件

Posted 上善¤若水

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了jQuery 拼接事件相关的知识,希望对你有一定的参考价值。

if(listData[i][3]==1){
div_html += "<tr height=‘15‘ bgcolor=‘red‘ onDblClick=‘_$online_dbclick(\""+workNumber+"\",\""+workerName+"\",\""+line+"\",\""+job+"\",\""+isTrain+"\");‘>";
div_html += " <td align=‘center‘ style=‘color:red;‘ width=‘20‘>&nbsp;"+(i+1)+"&nbsp;</td>";
div_html += " <td align=‘center‘ width=‘150‘ ‘>"+job+"</td> ";
div_html += " <td align=‘center‘ width=‘150‘ ‘>"+isTrain+"</td>";
div_html += " <td align=‘center‘ width=‘150‘ ‘>"+exVal+"</td>";
div_html += "</tr> ";
}else{
div_html += "<tr height=‘31‘ bgcolor=‘green‘ onDblClick=‘_$online_dbclick(\""+workNumber+"\",\""+workerName+"\",\""+line+"\",\""+job+"\",\""+isTrain+"\");‘>";
div_html += " <td align=‘center‘ style=‘color:red;‘ width=‘20‘>&nbsp;"+(i+1)+"&nbsp;</td>";
div_html += " <td align=‘center‘ width=‘150‘ >"+job+"</td> ";
div_html += " <td align=‘center‘ width=‘150‘ > "+isTrain+"</td>";
div_html += " <td align=‘center‘ width=‘150‘ >"+exVal+"</td>";
div_html += "</tr> ";
}

以上是关于jQuery 拼接事件的主要内容,如果未能解决你的问题,请参考以下文章

jQuery-按回车发送事件

jquery如何取另外一个页面其中一个控件的值

jquery中字符串拼接

jQuery 字符串拼接

jQuery easyUI combotree清除选择

jQuery性能