Documentation

Plugins/Claypool/guid

From jQuery JavaScript Library

Jump to: navigation, search

« Back to Plugins/Claypool

guid( )

Creates a globally unique identifier
The guid plugin function is a static function on the jQuery namespace that provides an effectively unique identifier across time-space. It is similar to the jQuery expando but attempts to be unique across browser instances without a server session id.


Examples:
Creates a permutationally globally unique string.

$.guid();

NameType