.click {background:green}
.unclick {background:blue}
</style>
<table>
<tr>
<td class='unclick' onclick="this.className='click'">点这个</td>
<td>这个不用点</td>
</tr>
</table>
$("#tr_Quan").append('<td class="tdSmallRedQuan" onclick="FlowEdit('+ this.Guid + ',' + this.Name + ')" style="width:10%">' + this.Name + '</td>')直接加里面就好了。建议:.append('')用单引号比较好
欢迎分享,转载请注明来源:内存溢出
评论列表(0条)