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

187
Views
Make jQuery slider change div properties

I'm kind of new to this and I'm using ZURB's twentytwenty plugin. I got it working and everything, but I want the slider to change my .hero properties ( from display: block; to display: none; ) to make .hero2 appear instead when the slider is taken all the way to the right, and .hero3 appear when taken all the way to the left.

I think I need to use or call upon the var minMaxNumber or the var sliderPercentage from the jquery.twentytwenty.js file:

  var minMaxNumber = function(num, min, max) {
    return Math.max(min, Math.min(max, num));
  };


   var getSliderPercentage = function(positionX, positionY) {
    var sliderPercentage = (sliderOrientation === 'vertical') ?
      (positionY-offsetY)/imgHeight :
      (positionX-offsetX)/imgWidth;

    return minMaxNumber(sliderPercentage, 0, 1);
  };
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!