Thursday, 18 September 2014

How to Create textarea into a rich content/text editor using jQuery

How to Create textarea into a rich content/text editor using jQuery

This tutorial will teach you that how you can create rich content/text editor using jQuery, I am using a jQuery plugin (listed below) to create this tutorial. There is many features in this plugin like embed image, supportmobile devices and dose not force any styling and many more you can get in plugin page.
How to Create textarea into a rich contenttext editor using jQuery
Plugin i used to make this tutorial nicEdit its a tiny and light weight plugin very easy to integrate.
How to use this plugin:
Simply include js in your html like below and call its method it will detect text area in your webpage and convert it to rich text editor.
jQuery method to call:
I am defining few methods to initialize this rich text editor on text area.
Above jQuery initialize methods and create rich text editor.
Altogether
Complete page source here.
A demo and code to download available for free.

No comments:

Post a Comment