Ckeditor With Jquery

Include ckeditor within your plugins

Author:Frederico Knabben, modified by TheOnlineHero - Tom Skroza (profile at wordpress.org)
WordPress version required:3.3
WordPress version tested:4.0
Plugin version:1.0
Added to WordPress repository:19-12-2012
Last updated:28-10-2014
Warning! This plugin has not been updated in over 2 years. It may no longer be maintained or supported and may have compatibility issues when used with more recent versions of WordPress.
Rating, %:100
Rated by:1
Plugin URI:http://wordpress.org/extend/plugins/ckeditor-...
Total downloads:5 812
Active installs:100+
plugin download
Click to start download

CKeditor With Jquery is a plugin that allows you to add ckeditor to your plugin with ease. It even has the JQuery adapter so you can apply the ckeditor to a textarea using JQuery.

It is currently using Ckeditor version 3.6.5.

Don't worry about the "headers already sent" message, the plugin is fine.

To include ckeditor within your plugin, run this method after including jquery:

include_ckeditor_with_jquery_js();

To set a textarea as a ckeditor, use the following jQuery:

jQuery("textarea").ckeditor();

To set a specific textarea, you can use Jquery selector like:

jQuery("#editor").ckeditor();

Built by The Marketing Mix Perth: http://www.marketingmix.com.au