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

165
Views
¿Cómo formatear la <salida> de un control deslizante de rango de tipo?

Estoy tratando de formatear el control deslizante de rango para que el resultado aparezca duplicado. Por ej. devolvió 16 por defecto. Quiero debajo del control deslizante ver 16x16, 32x32... Ambos números deben moverse juntos.

Esto es lo que probé:

 <input type="range" min="2" max="50" value="16" class="size" oninput="this.nextElementSibling.value = this.value"> <output>16</output

¿Hay alguna manera de formatear la salida? Gracias

about 4 years ago · Santiago Gelvez
1 answers
Answer question

0

<input type="range" min="2" max="50" value="16" class="size" oninput="this.nextElementSibling.innerHTML = `${this.value}x${this.value}`"><output></output>

about 4 years ago · Santiago Gelvez Report
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!