I’ve been asked to use the TinyMCE editor in a project. On the download page, there’s a main package, and then a jQuery package
This package contains special jQuery build of TinyMCE and a jQuery integration plugin.
tinymce_3_3_7_jquery.zip
What is the jQuery build of TinyMCE? Is it just TinyMCE with the same features built on top of jQuery? Is it standard TinyMCE but with some kind add-on that makes manipulating TinyMCE with jQuery easier? Something else? A quick internet search told me “it’s tiny MCE with jQuery functionality!”, but I’m curious what the means.
The jquery plugin allows you to use jquery syntax to attach TinyMCE to a textarea. Here is a code sample that illustrates how to convert a textarea control to a wysiwyg editor, at the same time turning on several TinyMCE options.
It’s also really simple to retrieve or update the wysiwyg html using the jQuery plugin.