在我点击某一特定的<代码><li>项目时,我试图带上括号<代码><li>。
http://jsfiddle.net/doonot/GjbZk/
So let s say I click on submodule 1
, I get the clicked ID with $(this).attr( id );
How can I now get the ID of the parent <li>
which is in this case module 1
?
请注意,我的树木相当大,因此必须灵活。
非常感谢你的回答。