Charles wrote: > You could change the quoted quotes to an html entity. > > $('form').append('<input type="text" name="foo" value="Quote - "This is > a quote"" />');
Gotta love that second pair of eyes. Didn't even think of that. Works great, thanks.