-
Notifications
You must be signed in to change notification settings - Fork 29
PKUTIL
kerrishotts edited this page Apr 1, 2013
·
5 revisions
PKUTIL
(in framework/utility.js) provides various utility functions that make dealing with the DOM easier as well as various XHR routines to handle loading HTML, JSON, and more.
- PKUTIL.COMPLETION_SUCCESS =
true
- PKUTIL.COMPLETION_FAILURE =
false
- consoleLogging - if
true
, various functions will log notices, errors, etc. to the console. - version
- $ge (element)
- $geLocale (element)
- $gac (selector)
- delay (theDelay, theFunction)
- load (theFilename, aSync, completion)
- include (theScripts, completion)
- loadHTML (theFileName, options, completion)
- loadJSON (theURL, completion)
- showURL (theURL)
- instanceOfTemplate (template, replacements)
- getGUID
- getUnixTime
0.1 Introduced
0.3 +consoleLogging, +version, Docs Valid