jWYSIWYG: jQuery Inline Content Editor Plugin
0°
jWYSIWYG is a jQuery plugin for creating inline content editors easily.
It turns a textarea into an editor via a simple function below:
$(function()
{
$('#wysiwyg').wysiwyg();
});
It has very simple features that makes it suitable to be used in contact or comment forms & similar.
jWYSIWYG is lightweight (7kb packed) & provides the ability to add custom controls, like adding a "line break" function.