Methods
(static) generateUUID() → {UUID}
Generate a Concrete UUID
Returns:
- Type
- UUID
(static) generateUUIDString() → {String}
Generate a UUID string Code based on the uuid.core.js script from MIT licensed project 'UUID.js': https://github.com/LiosK/UUID.js
Returns:
- Type
- String
(static) getURLParameter(sParam) → {String}
Retrieve HTTP GET parameters by name
Adapted from: http://stackoverflow.com/questions/19491336/get-url-parameter-jquery-or-how-to-get-query-string-values-in-js
Parameters:
Name | Type | Description |
---|---|---|
sParam |
String | Name of HTTP GET parameter to retrieve |
Returns:
- Type
- String