EasyEditor, WYSIWYG Editor is a beautiful JavaScript/jQuery web editor that is easy to integrate for developers and users. Simple and easy to use WYSIWYG Rich Text Editor with an instant preview for writing comments, articles, lists, and any type of message on the web app.
How to make use of it:
1. Make certain that you simply included this information inside your HTML file.
<link rel="stylesheet" href="/path/to/easyeditor.min.css" /> <script src="/path/to/cdn/jquery.slim.min.js"></script> <script src="/path/to/easyeditor.min.js"></script>
2. Create a textarea
component on the web page.
<textarea id="test"></textarea>
3. Calling the function will transform the textarea
component into a WYSIWYG editor.
$(function(){ $("#test").EasyEditor(); });
4. Override the default URL of the about link.
$(ee_frame + " #ee-about").click(function(){ window.open('Your Link Here', '_blank'); });
Minimal WYSIWYG Editor In jQuery, simple rich text editor jquery, Easy Editor Plugin/Github
See Demo And Download
Official Website(agashe): Click Here
This superior jQuery/javascript plugin is developed by agashe. For extra Advanced Usages, please go to the official website.
Be First to Comment