jquery.typeText
Prints the contents of an element, or prints a string inside an element one character at a time.
Usage
typeText( [string], [Object] )
// prints the text in all of the children DOM nodes of the provided selector $("#element").typeText();
or
// prints the string in a paragraph appended to the selector $("#element").typeText("This is a line of text.");
Options
lineWait
: amount of time to wait between lines (elements)typeSpeed
: the delay in milliseconds to wait between each characterthen
: a function to execute once printing is complete
Limitations
- Does not print deep levels of nested nodes