About the GDR WySiWyG
GDR WySiWyG is a modern, fast and easy - size 9.89kb only, while a multifunctional GDR WySiWyG editor written in GDR JS and also compatible with jQuery. It simplifies the work with the HTML document. Due to its light weight, GDR WySiWyG will not be loaded for long if slow or unlimited internet.
Installation:
To install GDR WySiWyG on a website, you need to add the following lines between the <head>
tags:
<link rel="stylesheet" href="css/gdrwswg.css">
<script src="js/gdrwswg.min.js"></script>
Initialization
To get the initialization
$("textarea").gdrwswg();
Expansion
To write your own plugin for GDR WySiWyG:
$.gdrwswg.methods = function(){
return this;
};