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

119
Views
¿Cómo puedo hacer que mi control deslizante jquery ui y los valores del control deslizante cambien sin problemas?

cuando arrastro mi control deslizante, toma un poco de tiempo (0.5 s aproximadamente) para moverse de un lugar a otro y mis valores tampoco se cambian sin problemas. ¿que puedo hacer?

MI HTML

 <div class="list-group three-list"> <h3>Price</h3> <input type="hidden" id="hidden_minimum_price" value="100" /> <input type="hidden" id="hidden_maximum_price" value="50000" /> <p id="price_show">100 - 50000</p> <div id="price_range"></div> </div>

MI JS

 $(document).ready(function() { $('#price_range').slider({ range: true, min: 100, max: 50000, values: [100, 50000], step: 100, slide: function(event, ui) { $('#price_show').html(ui.values[0] + ' - ' + ui.values[1]); $('#hidden_minimum_price').val(ui.values[0]); $('#hidden_maximum_price').val(ui.values[1]); filter_data(); } });
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!