How do I add this to a html text input.
var s = '>>>>>>> """""""""""""';
How can I escape these characters so that it does not break the the HTML
var addMe = '<input type="text" value="' + s + '" />';
This is how it looks when its dynamically added with jquery
<input type="text" ??="" value=""/>