Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有多个剑道上传控件,其中我需要清除其中一个不是所有控件。我在尝试
$(".k-delete").parent().click();
但我想根据它的 ID 而不是类名来清除。请任何人都可以帮助我