transcript_toggler() — display a link that toggles display of comic transcript
This tag displays a link that, when clicked, shows or hides the transcript. By default, the transcript starts off hidden, although parameters to this tag can change that. This tag is one of the few that use JavaScript, so JavaScript must be enabled in the reader's browser in order to work. In addition, this tag must be in the WordPress loop of the same post whose transcript it toggles.
The toggler link itself is given one of two CSS classes: toggler_on when the transcript is being displayed, and toggler_off when it is being hidden.