Skip to content

fattihkoca/jQuery-TE

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 

Repository files navigation

What is jQuery TE?

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

Most importantly, it can be integrated into your system in 1 minute. And you can modify it as you want in terms of interface. Even you can change the css classes.

Everything is as simple as the following:
$(“textarea”).jqte();

Cross Browser

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.

Demo page

Download page

Documentation page

Comments page

If you have created a textarea and the value of class, such as “editor” used with the $(“.editor”).jqte(); will be enough to write script.

Of course you can also use a different attribute value.

Usage

First include the latest version of jQuery. Next, download and include jquery-te-1.3.2.min.js and jquery-te-1.3.2.css (inside to head tags)

<script type="text/javascript" src="http://code.jquery.com/jquery.min.js"></script>
<script type="text/javascript" src="jquery-te-1.3.2.min.js"></script>
<link type="text/css" rel="stylesheet" href="jquery-te-1.3.2.css" charset="utf-8" />

After than, create a textarea inside to body tags

<textarea></textarea>

Finally, run this plugin

<script>
	$("textarea").jqte();
</script>

That's it!

About

jQuery Text Editor Plugin

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published