.removeUniqueId()Returns: jQuery
Description: Remove ids that were set by .uniqueId()
for the set of matched elements.
-
version added: 1.9.removeUniqueId()
- This method does not accept any arguments.
The .removeUniqueId()
will remove ids that were set by .uniqueId()
. Calling .removeUniqueId()
on an element that did not have its id set by .uniqueId()
will have no affect, even if the element has an id.