$("#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>");
}
});
});
相关文章
- 10-14表格td内容超出宽度显示... table-layout: fixed;
- 10-14table中td文字超出长度用省略号隐藏超出内容,鼠标点击内容全部显示
- 10-14关于table表格td里内容是数字而且太长不换行的问题
- 10-14html标签(4):ul,ol,li,table,tr,td,th
- 10-14
—— 快应用组件库H-UI">"表格"组件: —— 快应用组件库H-UI - 10-14table中tr或者td的点击事件
- 10-14table tr 加入背景色之后 去掉td之间的空隙
- 10-14table tr foreach td 换行
- 10-14table tr td
- 10-142021/10/18 table:tr,th,td,caption
"