¡@

Home 

2014/10/16 ¤W¤È 12:02:56

jquery Programming Glossary: destroytinymce

Add a button after loading TinyMCE via JQuery and it's not working

http://stackoverflow.com/questions/3486352/add-a-button-after-loading-tinymce-via-jquery-and-its-not-working

a save button to it. The save button is calling a function but Firebug says the function is not defined in this case destroyTinyMCE is not defined. What's wrong 'div#introText' .click function loadTinyMCE 'div#introText' .after ' input value Save onclick.. defined. What's wrong 'div#introText' .click function loadTinyMCE 'div#introText' .after ' input value Save onclick destroyTinyMCE type button ' function loadTinyMCE some variable function destroyTinyMCE 'div#introText' .tinymce .destroy 'div#introText'.. .after ' input value Save onclick destroyTinyMCE type button ' function loadTinyMCE some variable function destroyTinyMCE 'div#introText' .tinymce .destroy 'div#introText' .tinymce .remove jquery tinymce share improve this question If this..