码迷,mamicode.com
首页 > Web开发 > 详细

jquery遍历table tr td内容

时间:2014-07-14 19:04:17      阅读:276      评论:0      收藏:0      [点我收藏+]

标签:style   color   os   width   io   cti   

$("#result").find("tr").each(function () {
$(this).find("td").each(function () {
if ($(this).text().indexOf("惠") > 0) {
var m = $(this).text().toString();
$(this).css("width", "165px");
$(this).html(m + "<div style=‘background-color: #e4393c;color:white;width:20px;height:20px;line-height:20px;text-align:center;float:right;‘>促</div>");
}
});
});

jquery遍历table tr td内容,布布扣,bubuko.com

jquery遍历table tr td内容

标签:style   color   os   width   io   cti   

原文地址:http://www.cnblogs.com/cschenk/p/3842929.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!