Skip to content

Latest commit

 

History

History
10 lines (10 loc) · 346 Bytes

readme.MD

File metadata and controls

10 lines (10 loc) · 346 Bytes

使用:

  • 引用font-awesome和jQuery bootstrap
  • html: <div id="divEditor"></div>
    js: $(function () {
            //一键设置,返回一个jquery对象
            var $editor = $('#divEditor').wangEditor();
            })