💎一站式轻松地调用各大LLM模型接口,支持GPT4、智谱、星火、月之暗面及文生图 广告
# jQuery UI API - .removeUniqueId() ## 所属类别 [方法(Methods)](ref-methods.html) | [UI 核心(UI Core)](ref-ui-core.html) ## 用法 **描述:**为匹配的元素集合移除由 .uniqueId() 设置的 Id。 **返回:**[jQuery](//api.jquery.com/Types/#jQuery) **版本新增:**1.9 ``` .removeUniqueId() ``` 该方法不接受任何参数。 `.removeUniqueId()` 移除由 `[.uniqueId()](api-uniqueId.html)` 设置的 id。在未使用 `.uniqueId()` 设置 id 的元素上调用 `.removeUniqueId()` 则无影响,即使该元素有一个 id。