jQuery UUID generator plugin based on this answer on stackoverflow
To generate UUID include this plugin to your page
<script src="jquery-uuid.js"></script>
and call it by $.uuid()
That is it!
jQuery UUID generator plugin based on this answer on stackoverflow
To generate UUID include this plugin to your page
<script src="jquery-uuid.js"></script>
and call it by $.uuid()
That is it!