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

131
Views
Show/Hide element when the mouse enter inside a div with mousemove event

I have a mousemove event for show my tooltip when mouse enter inside a div target, but i'm not able to hide the tooltip when i leave from the div target.

<div class="timeline">
 <!-- My tooltip need to show only when mousemove inside this div and hide when move out-->
</div>
.timeline {
 width: 100%;
 height: 400px;
 border: 3px solid;
}

.tooltip {
 display: none;
 width: 100px;
 height: 100px;
 border: 1px solid;
}
$('.timeline').on('mousemove.tooltip', function(e){
 $('.tooltip').css({
  'display': 'block,
  'left' : e.pageX,
  'top' : e.pageY,
 });
});

Thank you.

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!