As defined in Wikipedia – “An Online rich-text editor presents a ‘what-you-see-is-what-you-get’ interface for editing rich text within web browsers. The aim is to reduce the learning curve associated with users trying to express their formatting directly as valid HTML markup.”
I was looking out for a few Rich Text Editors built on top of jQuery and here’s a compilation of the ones I found.
jHtmlArea - A simple, light weight, extensible WYSIWYG HTML Editor built on top of jQuery.
markItUp - markItUp! is a JavaScript plugin built on the jQuery library. It allows you to turn any textarea into a markup editor.
jWYSIWYG - This plugin is an inline content editor to allow editing rich HTML content on the fly.
CSS3 jQuery Rich Text Editor - A web based rich text editor written using jQuery and CSS3 that supports embedded fonts
HTMLBox - HtmlBox is a modern, crossВ browser, interactive, openВ source wysiwyg editor built on top of the excellent JQuery library
If you know of any other editors built using jQuery, let me know via the comments section.
Tweet
4 comments:
whether this plug-ins...
its great, thanks for share my brother
TinyMCE also has a jquery build. It's quite a mature project in comparison to many of these.
I made jQuery.contentEditable, a light-weight rich text editor plugin for jQuery that uses the contentEditable attribute in modern browsers. It has keyboard shortcuts (e.g. Ctrl+B for bold, etc.) and a pretty toolbar.
Not exactly a full WYSIWYG editor but still: RichComments (http://webevolved.co.cc/)
Post a Comment