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

158
Views
JS export function case a or case b

I am working on a pop-up menu that should pop up when the user hovers over a button. I am not completely new to coding, however I am pretty rusty.

I have written the following code so far - but it doesn't really work:

export function button45_mouseIn(event) {
  $w("#box8").show();
}

export function button45_mouseOut(event) {
  $w("#box8").hide();
}

export function box8_mouseIn(event) {
  $w("#box8").show();
}

export function box8_mouseOut(event) {
  $w("#box8").hide();
}

button45 = The button over which the user hovers | box8 = The box with the pop-up menu

My idea was a code like "export function button45_mouseIn(event) OR / AND box8_mouseIn(event) → $w('#box8').show()" Can someone write me a full short code directly there or has a better idea / a better full short code?

I am really happy and thank you in advance about/for any answer!

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!