CLEditor- Handy Javascript Wysiwyg editor

In this post I’d like to write a few word about a nice, simple jQuery WYSIWYG editor. It’s not as simple as the editor I wrote and described on this website a while ago (de77 wysiwyg) but it is simple enough and has few functions which are not in my editor (yet!).

jQuery Simple WYSIWYG Editor

This is a simple WYSIWYG editor I described in another post but converted into jQuery plugin. It works quite fine in MSIE (even wersion 6) and Firefox. It has problems working with Opera- seems Opera lacks some features.

How to make a WYSIWYG editor in Javascript

In this post I will show you a very simple WYSIWYG editor I wrote. Basically speaking all the WYSIWYG functions are done by the browser (not by JS). JS is needed only to control what should be done.
Different browsers support different set of functions.

 
TopOfBlogs Web Development & Design Blogs