Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

122
Views
Concatenar 2 valores JSON y serializar JavaScript

En mi formulario web, tengo un campo de entrada y quiero tomar la entrada del usuario y concatenar con mi propio valor, como la entrada del usuario 123 , mi prueba de valor y el resultado final que se enviaría con el POST para ser test123 . ¿Qué debo hacer, cómo hacer esto?

 <form> <input type="text" id="test" name="test"> </form>

AJAX

 $(document).ready(function() { if ($("#formid").length) { $("#formid").submit(function(event) { var form = $(this); var url = form.attr('action'); $.ajax({ type: "POST", url: url, data: form.serialize(), //success...
about 4 years ago · Juan Pablo Isaza
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!