Note: An alternative skin, TW4MW (work in progress), is available from the user preferences.
Dev:AddClass
TiddlyWiki Community Wiki
The addClass global function adds a CSS class to a DOM element. It take two parameters: the DOM element to modify, and the name of the class to add. It does not return anything.

