Skip to content

Latest commit

 

History

History
34 lines (28 loc) · 1.19 KB

README.md

File metadata and controls

34 lines (28 loc) · 1.19 KB

EWysiwyg - Jquery plugin

EWysiwyg the very lightweight and extensible wysiwyg editor:

Live demo

Preview

Installation:

To install EWySiWyg on a website, you need to add the following lines between the <head> tags:

<link rel="stylesheet" href="css/EWySiWyg.css">
<script src="js/EWySiWyg.min.js"></script>

Initialization:

To get the initialization:

$("textarea").EWySiWyg();

Expansion

To write your own plugin for EWySiWyg:

$.EWySiWyg.methods = function(){
    return this;
};

Donate the project:

If you like this project, you can support the author so that he can continue to develop:

  1. Revolut: Donate Revolut
  2. PayPal: Donate PayPal
  3. PrivatBank: 4149 6293 3157 1273

Donate