[[PageOutline]] = Jitter = Jitter (/jay-it-er/) is a presentation library built on and with jQuery. == Installation == Grab [http://svn.aminus.net/misc/jitter.js jitter.js]. Use Subversion if you like. Jitter is a single JS file which you can serve from any site, statically. Here's how to do it in Apache 2: {{{ DocumentRoot /file/path/to/jitter.js }}} and [http://www.cherrypy.org CherryPy] 3 config: {{{ [/uri/path/to/okapi.html] tools.staticfile.on = True tools.staticfile.file = "/file/path/to/jitter.js" }}} == Example == {{{