jQuery Inline Content Editor Plugin – jWYSIWYG
jWYSIWYG is a jQuery Plugin for creating inline content editors easily. user can easily Convert any text area into an editor via a simple function below:
$(function()
{
$('#wysiwyg').wysiwyg();
});
With a small file size less than 26Kb total and only 18Kb of code and 7Kb packed, the main concept is to keep it simple, not all users need font coloring or create tables, just the basic.