jquery选择器

例:

$("div[data-container-for='otherclass']").show();
$("div[data-container-for='othermethod']").show();
$("label[for='otherclass']").parent().show();
$("label[for='othermethod']").parent().show();
posted @ 2019-07-13 09:51  三水木00  阅读(110)  评论(0)    收藏  举报