🔥码云GVP开源项目 12k star Uniapp+ElementUI 功能强大 支持多语言、二开方便! 广告
# 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。