Skip to content

Latest commit

 

History

History
14 lines (12 loc) · 318 Bytes

File metadata and controls

14 lines (12 loc) · 318 Bytes

Randomizer


A simple plugin to return a unique number for use in item differentiation. A prefix can be added. The random number is up to 5 digits in length.

Usage

uniqueIdentifier('ajax')

Returns 'ajax-65468' for example.

uniqueIdentifier() 

Returns '57846' for example.