我试图隐藏以相同字母开头的div.这些div是动态的.
$('div[id^="treeDiv"]').each(function() {
// here i need to hide the divs starting with "treeDiv"
});
Run Code Online (Sandbox Code Playgroud)
怎么做.请给我一些建议.
谢谢
| 归档时间: |
|
| 查看次数: |
207 次 |
| 最近记录: |