我在我的代码中做错了什么:
$.each($("input[value='"+id+"']"), function(index, value) {
alert($(this).val());
$("input[value='"+$(this).val()+"']").prevAll('.t-item:first').remove();
});
html架构:
ps 我在做“每个”,因为我在页面的其他地方有相同的 html,所以我想从这两个地方删除
在这个 html 示例中,我的 id 是 249 或 293