JavaScript
A5.ugetUniqueId Method
Syntax
A5.u.getUniqueId()
Returns
- idstring
Unique ID.
Description
Returns a unique ID. Used if you are creating an HTML element on the fly and need an ID that will be unique.
Example
var uniqueId = A5.u.getUniqueId();