试图检查父母是否包含有身份证的人
我的名单上
<ul>
<li></li>
<li id="selected">
<ul>
<li></li>
<li></li>
</ul>
</li>
<li></li>
</ul>
不知道如何在这里提出一个正确的清单?
if (jQuery(LiElement).parent("#selected"))
{
//If parent has id=selected
}
else
{
//If parent dont have id=selected
}
谁能帮助我?