I\'m trying to put together a way of marking up various components in HTML that get parsed by a jQuery script and created when the page loads.
For example, at the moment
The Prototype library supports:
element.store("key","value")
and
element.retrieve("key","value").
element.retrieve("key","value")
Simple. Nice. Effective.