JQuery-SPA Demo

  1. Save this file to your local file system and open your local copy in the browser (using a file:/// URI). The browser might ask for special permission for this document, and you will need to grant it.
  2. Type your message:
  3. Save this page:
  4. Hit shift-reload to perform a clean reload the page and observe that your message has been saved.

What is this?

This is a demo of an experimental Single Page Application I (Me) am building atop jQuery.twFile, the file saving plugin extracted from TiddlyWiki. Forked from this twFile Demo. Only tested on Firefox for now.

But wait, there's more ...

I just added something else: JOSH capability. In other words, this SPA is also a JOSH. Er, that is to say ... you can call it from a script tag in another web page anywhere on the net. If you check the source, you'll see the top few lines include a demo alert() command which will be executed.