Reputation: 604
This may not be the best area for this question and if so I am sorry for that. However, I am trying to create a dead simple form that enters pre-written data into the fields when they hit a key. So example:
User Enters: Hello world, My name is...
But the input field will instead progressively write
Form: G'day, the weather is great today.
I've seen this done a few times but for some bloody reason I can't track down the tutorial for it.
Any help would be greatly appreciated.
Edit: I would like it to basically be this youtube
Upvotes: 0
Views: 630
Reputation: 21174
Use the jQuery tickertype plugin: http://www.hungry-media.com/code/jQuery/tickerType/
Upvotes: 3