Api Removeuniqueid
# jQuery UI API - .removeUniqueId()
## Category
(#) | (#)
## Usage
**Description:** Removes the Id set by .uniqueId() from the matched set of elements.
**Returns:** (http://api.jquery.com/Types/#jQuery)
**Added in version:** 1.9
.removeUniqueId()
This method does not accept any arguments.
`.removeUniqueId()` removes the id set by `.uniqueId()`. Calling `.removeUniqueId()` on an element that did not have its id set by `.uniqueId()` has no effect, even if the element has an id.
YouTip