Easy Tutorial
❮ Jqueryui Widget Factory How Api Slide Effect ❯

jQuery UI API - .removeUniqueId()

Category

Methods | UI Core

Usage

Description: Removes the ID set by .uniqueId() from the set of matched elements.

Returns: jQuery

Version Added: 1.9

This method does not accept any parameters.

.removeUniqueId() removes the ID set by .uniqueId(). Calling .removeUniqueId() on elements that do not have an ID set by .uniqueId() has no effect, even if the element has an ID.

❮ Jqueryui Widget Factory How Api Slide Effect ❯