Web Haunt

Web Development Tutorials & Web Developer Resources

Skip to content
Menu
  • Home
  • PHP
    • Installation and Configuration
  • Live Demos

Tag: TINYMCE AJAX action

How to empty TINYMCE Editor content after AJAX action

Posted onNovember 25, 2016January 3, 2021by WebHaunt Team
We have share How to empty TINYMCE content after AJAX action with jQuery. Use the mceRemoveControl execCommand here. I do this: tinyMCE.init({ selector: "textarea#mceEditorID", }); if ( typeof tinyMCE != 'undefined') { tinyMCE.EditorManager.execCommand('mceFocus', true, 'mceEditorID'); [...]
Read More

Latest Posts

  • Create Pagination Using PHP and MySQL
  • To-Do List Application Using PHP, MySQL and AJAX
  • NodeJS Login and Registration Rest API with MongoDB
  • Build a Contact Form in CodeIgniter with Email
  • Compress Image Before Upload using PHP
Copyright © 2016 - 2025 WEBHAUNT.COM All rights reserved.