JQUERY NOTEBOOK DEMO

一个简单,干净,优雅的所见即所得的富文本编辑器.用鼠标选中文字可看到效果

This jQuery plugin is released under the MIT license. You can check out the project and see how extremely simple it is to use this editor on your application by clicking on the Github ribbon on the top corner of this page. Feel free to contribute with this project by registering any bug that you may encounter as an issue on Github, and working on the issues that are already there. I'm looking forward to seeing your pull request!

Now, just take a time to test the editor. Yes, this div is the editor. Try to edit this text, select a part of this text and don't forget to try the basic text editor keyboard shortcuts.

下载代码说明
X关闭

基于jQuery实现的选中即可编辑的轻量级网页编辑器源码

目前流行的可视化网页编辑器非常多,像ckeditor、kindeditor、tinyeditor等,虽然功能都非常强大,但是体积都比较庞大,使用起来也不是很方便。今天我们分享一款基于jQuery的轻量级网页编辑器,它非常轻巧,选中内容即可编辑,非常适合在比较简单的编辑应用中。