标签: jquery nodes
我正在尝试获取给定名称的最顶层节点,即未嵌套在该名称的其他节点中。
我正在尝试使用以下内容,但无效:
$(xmldoc).find("idea:not(:parent > idea)")