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/