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

193
Views
how can this script in menu can be fixed

i made this code using jquary to make multi-menu , so when i click first time on sub-menu it opens, when i click on the second string it opens another one, but when i click back nothing happens. help please enter image description hereenter image description hereenter image description here

my css

li>ul{
display: none;
}
li>ul.--active {
display: block;
}

$(function() {
$('.--clickable>a').click(function(event) {
event.preventDefault();
$(this).next('ul').toggleClass('--active' );
});
});
about 4 years ago · Santiago Gelvez
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!