Remove ids that were set by
.uniqueId()
for the set of matched elements.
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.
version added: 1.9
This method does not accept any arguments.
Please login to continue.