javascript - jquery 删除遍历出来的指定li元素
巴扎黑
巴扎黑 2017-04-11 11:42:07
0
1
416

因为dt处显示了皮肤美容

怎么通过jqery 删除和dt内容相同的li标签
因为dt处内容是动态内容 所以需要通过获取判断
麻烦大婶们给个思路或源码

巴扎黑
巴扎黑

reply all(1)
Peter_Zhu
$('dl dt').each(function() {
    var RemoveText = $(this).text().trim();
    $('li:contains('+ RemoveText + ')').remove();
})
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template