Empresas
Empleos
  • Sobre nosotros
  • Soluciones
    • Publicación de vacantes
      Publica tu vacante y recibe candidatos calificados en 48h.
    • Evaluación de candidatos
      500+ pruebas técnicas y psicológicas, más anti-fraude.
    • Headhunting
      Búsqueda ejecutiva a la medida de principio a fin.
    • Nómina + EOR
      Dispersión de nómina y EOR en más de 15 países de LATAM.
  • Precios
  • Empleos

0

160
Vistas
Automatically submit a tinymce form after a certain count of words written in the textarea field

Is it possible to automatically submit a tinymce form after a certain name of words written in the textarea field? I tried this but it doesn't work.

Here's my code:

<body>
    <div class="container mt-5">
        <form method="post" id="form" action="getform.php">
            <div class="form-group">
                <label>Title</label>
                <input type="text" name="title" class="form-control">
            </div>
            <div class="form-group mt-4">
                <label>Content</label>
                <textarea name="dopamine" id="tinymce"></textarea>
            </div>
            
            <button class="btn btn-primary mt-4">Submit</button>
        </form>
    </div>
    <script>
    $('#tinymce').keyup(function(){
        if(this.value.length ==10){
        $('#Form').submit();
        }
    });
    </script>
</body>
about 4 years ago · Juan Pablo Isaza
Responde la pregunta
Encuentra empleos remotos

¡Descubre la nueva forma de encontrar empleo!

Top de empleos
Top categorías de empleo
Empresas
Publicar vacante Precios Comercial
Legal
Términos y condiciones Política de privacidad
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Recomiéndame algunas ofertas
Necesito ayuda