Open GoogleCodeExporter opened 9 years ago
As a partial workaround to this, you can do two things:
1. Use a callback and return the escaped version by returning
$('<div/>').text(entered_text).html();
2. Set the saving_text value to something. If you don't set this, the new html
will get put in the DOM anyway just before your escaped version.
Original comment by jamu...@gmail.com
on 22 Jul 2011 at 11:49
Original issue reported on code.google.com by
maxim.av...@gmail.com
on 26 Mar 2011 at 8:13