jquery选择器

例:

$("div[data-container-for='otherclass']").show();
$("div[data-container-for='othermethod']").show();
$("label[for='otherclass']").parent().show();
$("label[for='othermethod']").parent().show();
原文地址:https://www.cnblogs.com/water-1/p/11179524.html