Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to create Simple jquery text editor

I am creating a new project which needs a simple html editor. How can I create simple text editor using jquery?

like image 840
juliston Avatar asked Nov 14 '11 07:11

juliston


People also ask

What is JQuery editor?

jqxEditor represents a ready-for-use HTML text editor which can simplify web content creation or be a replacement of your HTML Text Areas.


2 Answers

I suggest that: jqueryte

This is wonderful and simple ;)

like image 135
Entelardo Avatar answered Oct 21 '22 23:10

Entelardo


I forked the jQueryTE plugin (a great, minimal rich text editor) and made it jQuery Mobile compatible - it now resizes with the browser, and the panel will span 2 lines if necessary (portrait-view on iPhone for instance).

https://github.com/jeffijoe/jQuery-TE

A screenie of what this looks like:

Portrait

Portrait

Landscape

enter image description here

like image 35
Jeff Avatar answered Oct 22 '22 00:10

Jeff