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

172
Views
How to format the <output> of a type range slider?

I am trying to format the range slider so the result appear duplicated. For eg. it returned 16 by default. I want under the slider to see 16x16, 32x32...Both numbers must move togheter.

Heres what i tried:

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

Is there a way to format the output? Thank you

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!