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

77
Views
I want the images to show when I hover on the words and hide when moused out

I want the images to show when I hover on the words and hide when moused out.

Reference to what I want http://www.saramarandi.com/

I tried using this code here but it isn't really giving me what I want.

  $(this).parent().find("img").addClass("ishover");
  }, function() {
  $(this).parent().find("img").removeClass("ishover");
  });
// Parallax effect
$("h1").mousemove(function(e){
  // Get the Y offset from the first product
  var offset = $(this).offset().top-$(":first-child", $(".item")).offset().top;
  // Calculate the new position
  var movex = (e.pageX * -1.73 / 6);
  var movey = ((e.pageY-offset) * -1.73 / 6);
  // Apply the margins
  $(this).parent().find("img").css('margin-left', movex + 'px')/2;
  $(this).parent().find("img").css('margin-top', movey + 'px');
});```







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!