我试图隐藏以相同字母开头的 div。这些 div 是动态的。
$('div[id^="treeDiv"]').each(function() {
// here i need to hide the divs starting with "treeDiv"
});
怎么做。请给我建议。
谢谢
我试图隐藏以相同字母开头的 div。这些 div 是动态的。
$('div[id^="treeDiv"]').each(function() {
// here i need to hide the divs starting with "treeDiv"
});
怎么做。请给我建议。
谢谢