zoukankan      html  css  js  c++  java
  • 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> ";
    }

  • 相关阅读:
    赛孚耐(SafeNet)加密狗 C#调用代码
    转 RMAN-20033
    MyBatis <foreach>
    MySQL InnoDB锁问题
    MySQL MyISAM表锁
    MySQL锁概述
    MySQL 优化表数据类型
    MySQL 优化分页思路
    MySQL EXPLAIN
    MySQL 开启慢查询日志
  • 原文地址:https://www.cnblogs.com/qq1988627/p/6606861.html
Copyright © 2011-2022 走看看