jquery monitor the text change
$(".sort38").on("DOMSubtreeModified", function () {
let v = $(this).text();
if(v.indexOf("早搏") > -1) {
console.log("zb");
$(".whenzb").hide();
} else {
$(".whenzb").show();
}
});
标签:jquery
加入收藏