-
Notifications
You must be signed in to change notification settings - Fork 1
Working with output
Erik Loyer edited this page Jan 27, 2017
·
2 revisions
By default, Stepwise will output the visible content of individual steps to the DOM element referenced in the selector (in the example below, the element with the id "output").
$("#output").stepwise("1 2 3 and");
For more robust output handling with minimal effort, you can use Stepwise effects. Effects bundle commonly used functionality into discrete modules, including the ability to direct output from individual characters to separate DOM elements.