Skip to content

7kms/wangEditor

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

  1. 介绍 === wangEditor——轻量级web富文本编辑器,配置方便,使用简单。支持IE6+浏览器。

  1. 如何使用? === 引用wangEditor.css、jquery.js和wangEditor.js之后,一行代码即可把textarea变为富文本框,简单易用。
$(function(){
	$('#textarea1').wangEditor();
});

更多配置,可参见官网的文档页面:www.kancloud.cn/wangfupeng/wangeditor

  1. 交流 === 交流QQ群:164999061

About

wangEditor —— 轻量级web富文本框

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 85.5%
  • HTML 8.0%
  • CSS 6.5%