Skip to content

chieffancypants/jquery-typewrite

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

jQuery TypeWrite Plugin

Very tiny, simple jQuery plugin to concatenate the characters in a string, one letter at a time. Gives the appearance that someone is typing for you.

Simply needed a place to keep this for a small project.

Usage:

$('#input').typewrite('Your Text goes here');

It also supports a callback:

$('#input').typewrite('Your text goes here', function() {
	$('form').submit();
});

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published