Unique id created by php - uniqid()
- for example - 63afe4f2903a2
- perfectly suits my needs, although it is not perfectly assured to be unique.
So I need a 13
characters length ID which is made using the same logic as uniqid
in php
Is there a way to create it using plain javascript or jquery ?
Thanks.
update
There is no answer on my question here