< documentation
Plugins
Extension Points
guid 1.0.x
usage
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.
options
No options
examples
Creates a permutationally globally unique string.
$.guid();
releases
Project
- app
- app/boot
- app/boot/client.js
- app/boot/server.js
- app/configs
- app/configs/config.js
- app/configs/environments.js
- app/configs/filters.js
- app/configs/logging.js
- app/configs/routes.js
- app/controllers
- app/controllers/example.js
- app/models
- app/models/example.js
- app/services
- app/services/example.js
- app/templates
- app/templates/example.js
- app/views
- app/views/example.js
- index.html
Guides
This guide is applicable to both the jquery-claypool client and server application frameworks. Where the two differ functionally the documentation will provide notes and examples of usage in each environment.