Sea*_*her 0 jquery
我试图隐藏以相同字母开头的div.这些div是动态的.
$('div[id^="treeDiv"]').each(function() { // here i need to hide the divs starting with "treeDiv" });
怎么做.请给我一些建议.
谢谢
Mar*_*iss 6
$('div[id^="treeDiv"]').hide();
归档时间:
13 年,7 月 前
查看次数:
207 次
最近记录: