These are various wq.app modules that wrap existing third-party libraries or provide minor additional functionality.
module | source | description |
---|---|---|
wq/console.js | wq/console.js | Provides a shim for code using console.log , which will fail in environments where console doesn't exist (looking at you, IE). |
wq/json.js | wq/json.js | Designed to allow the jQuery dependency to (eventually) be factored out of wq/map.js and other modules that only depend on $.extend , $.isArray , $.param , and/or $.ajax . |
wq/router.js | wq/router.js | Provides a low-level URL routing API over jQuery Mobile's page navigation event system |
wq/spinner.js | wq/spinner.js | A simple spin.start() and spin.stop() API for jQuery Mobile's spinner. |
wq/store.js | wq/store.js | Provides a network-aware AJAX interface over localForage's offline storage |
wq/template.js | wq/template.js | Provides a configurable wrapper around mustache.js |
Last modified on 2016-12-06 02:10 PM
Edit this Page |
Suggest Improvement
© 2013-2017 by S. Andrew Sheppard