Skip to content

mathieujonson/word-reveal

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

word-reveal

jQuery plugin to display one word at a time for each click.

Usage

  • Include jQuery

  • Include wordReveal.min.js

  • Place an id on the element you wish to fill:

    <p id="revealer"></p>

  • Place the following in $(document).ready()

    $("#reveal").wordReveal({text:"The sentance to reveal"});

Visit http://jsfiddle.net/mathieujonson/SdW3H/ to view a working demo.

About

jQuery plugin to display one word at a time for each click.

Resources

License

Stars

Watchers

Forks

Packages

No packages published