The getContainer method of the Story class returns the DOM element that contains all the displayed tiddlers.
It takes no parameters
It can be used like this:
It takes no parameters
It can be used like this:
story.getContainer();By default this will return the
<div id="tiddlerDisplay"> element.