Jquery Magic preview allows a user to enter in text and have it auto update (much like this "submission field" works with the preview loading below!). I would like the user to be able to enter in the text and then the Cufon font to take over what they've written (or just have it typed in cufon font).
$(function() {
$('form.example input:text').magicpreview('mp_');
});
Cufon.replace('p#mp_trythis1');
An example here: http://twmorton.com/magicpreviewjquery/
Alright, a better example of what I need would be previewing a font, like at this website:
http://www.fontspace.com/mario-arturo/sahara
When you type in what you need, whatever script running the preview refreshes the preview to show you what you've typed.
Here is a simplified version (without magicpreview):
The html part:
The javascript part:
See live example here
EDIT: you can see two alternative versions here implemented as jQuery plugins.