$.fn.tinymce = function(options){ return this.each(function(){ tinyMCE.execCommand("mceAddControl", false, this.id); }); } function initMCE() { tinyMCE.init({mode : "none… more →
वीरवीर wrote 1 year ago: $.fn.tinymce = function(options){ return this.each(function(){ tinyMCE.execCommand("mceAdd … more →