What's new? | Help | Directory | Sign in
Google
jwysiwyg
WYSIWYG jQuery Plugin
  
  
  
    
Show all Featured Downloads:
jwysiwyg-0.3.zip
Join project
Project owners:
  joksnet

This plugin is an inline content editor to allow editing rich HTML content on the fly. It's an alternative to WYMeditor with much less features. With a small file size less than 17Kb 26Kb total and only 9Kb 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.

Screenshot

Code Example

$(function()
{
    $('#wysiwyg').wysiwyg();
});