jQuery TE

Posted LightSong@计海拾贝

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了jQuery TE相关的知识,希望对你有一定的参考价值。

jQuery TE

http://jqueryte.com/about

ABOUT

jQuery TE is a jQuery plugin.

It is a lightweight (19.5 KB) and very useful html editor.

And it works with WYSIWYG model.

jQuery TE is provided under the MIT LICENSE.


Fatih Koca | Project Author

Fatih Koca is web developer, user interface consultant.

He specializes in training and consulting services around javascript, jQuery, jQuery UI, jQuery TE, HTML5, CSS3, XML, php, mysql, Apache.

In addition, design work has been on national television canal (CINE-5 Istanbul, Turkey).

 

Demo

http://jqueryte.com/demos

 

 

 

Usage

http://jqueryte.com/documentation

Everything is as simple as the following: 

$("textarea").jqte();

jQuery TE is a jQuery plugin. It is a lightweight (19.5 KB) and very useful HTML editor. And it works with WYSIWYG model.

jQuery TE works with same performance on the most preferred browsers. And its source of the output is same as 90% on these browsers. Also, it compresses to source of the output automatically. jQuery TE\'s system runs more practical and more rapidly to other some editors.

We recommend that you use this product with the latest version of jQuery

 

        $(".editor").jqte({
            "css":"example",
            "source":false,
            "titletext":false
        });
$(".editor").jqteVal("New article!");
 

 

 

另一种网页编辑器

https://www.npmjs.com/package/medium-editor

 

以上是关于jQuery TE的主要内容,如果未能解决你的问题,请参考以下文章

markdown 在WordPress中使用jQuery代码片段

使用 NodeJS 和 JSDOM/jQuery 从代码片段构建 PHP 页面

很实用的JQuery代码片段(转)

几个有用的JavaScript/jQuery代码片段(转)

几个非常实用的JQuery代码片段

高效Web开发的10个jQuery代码片段