Jodit Editor version 0.0.1
Jodit is the best WYSIWYG editor
Jodit is awesome and usefully wysiwyg editor with filebrowser. Documentation
How use
Download last release or install
by bower
bower install jodit
by npm
npm install jodit
After include a few file in your page
<script type="text/javascript" src="/jquery.min.js"></script> <link type="text/css" rel="stylesheet" href="/jquery.jodit.min.css"> <script type="text/javascript" src="/jquery.jodit.min.js"></script>
And some <textarea>
element
<textarea id="editor" name="editor"></textarea>
After this, you can init Jodit plugin
$(function () { $('#editor').jodit(); });
Result
Use FileBrowser
For using filebrowser you need use some serverside script. For example Official PHP connector
Links
Tags
Changelog
Similar plugins
jQuery File Upload
File Upload widget with multiple file selection, drag&drop support, progress bar,...
jQuery Editable
This plugin makes it possible to edit the content of an element simply by double clicking on it....
Ezdz [izy-dizy]
A jQuery plugin to turn standard input type file into a nice drag&drop zone with validators...
jQuery Shapeshift
jQuery plugin which can arrange a collection of elements into a grid while also providing drag and...
jQuery Enhaced File Input
A better HTML input for files, allowing custom styling and initial values.
jQuery inputFileWidth Plugin
The jQuery inputFileWidth plugin sets the width of an input file element, also in FireFox.
jQuery Scraggable
Enables single- and multi-dimensional (depending on browser) element dragging through the mouse's...
jQuery File Upload – jQuery UI version
File Upload widget with multiple file selection, drag&drop support, progress bars and preview...
jQuery++
I am a MIT licensed collection of extremely useful DOM helpers and special events for jQuery 1.8...
JQuery Uploader List
jQuery plugin to upload multiple files, one after the other using a queue into list.
Cropsy – Image cropper through a moveable viewport
cropsy is a jQuery plugin for creating a draggable and zoomable cropper window around an attached...
jquery-cropbox plugin
jQuery plugin for in-place image cropping (zoom & pan, as opposed to select and drag). This...
Phery.js PHP Ajax
The bridge from jQuery to PHP, and vice-versa through AJAX. Using event delegation, forms and...