Skip to main content
The 2024 Developer Survey results are live! See the results

All Questions

Tagged with
0 votes
1 answer
192 views

Can't stop propagation on a menu with a slide up effect

I made a menu on a joomla website with a basic menu module. I animate it with a slide up effect and that's okay for now, except one thing on the resize of the window : The effect is repeated numerous ...
laurent's user avatar
-1 votes
1 answer
81 views

How to add a lower level submenu at a specific position in a context menu?

Menu example url: https://tympanus.net/codrops/2010/07/16/slide-down-box-menu/ Snapshot:  
Amir Shakeri's user avatar
-2 votes
1 answer
133 views

Javascript Drop Down Menu Won't Slide Down

I'm developing a drop down menu with, essentially, two items; my design work, and my development work. Keep in mind this is for a web design class. In one of the requirements, we're needing to design ...
Cory Meeks's user avatar
1 vote
1 answer
487 views

JQuery drop down menu on hover

I have a menu with multiple links which on hover a drop down menu slides down. Each link has its own drop down. My issue is that when you call a lot of events by moving your mouse in and out of the ...
Christian Agius's user avatar
0 votes
1 answer
40 views

Choosing menu elements after .delay()

I spend many hours thinking how to deal with it, but no results. I have some HTML code: <aside class="column-left"> <ul class="menu"> <li><a href="#">...
user avatar
0 votes
1 answer
75 views

jQuery powered menu dosen't play well in android chrome

On this site http://creeight.se/stackExample1/ the vertical dropdown menu works in my desktop browsers (Chrome,FF,IE10) but it's really buggy in Chrome for android. The menu uses .slideDown() to open ...
Robin Cox's user avatar
  • 1,490
4 votes
5 answers
108 views

How can I fix this script with jQuery toggle?

I have tried to make working this jQuery script, but maybe there is something wrong. I wanted to make the script working by clicking on the arrow on the right side of the page. As you can see from the ...
Giulio Bambini's user avatar
1 vote
5 answers
3k views

jquery slideup slidedown - stop re-open on current list item

I have the following menu - it works ok. I have it working that when clicking on a list item it drops down. When clicking on another list item, the old one closes and the clicked one opens. However - ...
fidev's user avatar
  • 1,252
1 vote
4 answers
19k views

Jquery Slide Down Menu [closed]

Does anyone know if there is a JQuery plugin that will create a "slide down" menu similar to the one featured here : http://www.bu.edu/ Not sure if I am using the right term for this type of menu and ...
Akil A.'s user avatar
  • 21
0 votes
1 answer
330 views

JQuery hide ULs and only expand once particular class set (bit like an accordion)

Right folks, After battling with a JQuery Accordion trying to do what I want I think hiding all secondary UL's and only expanding them once a class my CMS sets automatically on lis would be the ...
yoyo's user avatar
  • 157
1 vote
1 answer
212 views

Jquery menu syntax not working to old

Hi i always use this code of jquery for menus, the problem is now im using a newer version (i think) of jquery because a dock menu Mac style my client ask,.. actually the menu is working , just the ...
Monclee's user avatar
  • 146
0 votes
1 answer
2k views

Hover on one element, make another element slide down

I have a top-level navigation that is being made using a Wordpress built-in function. I then have another function that is taking one of the top level navigation's page id to create a list of it's ...
user1380540's user avatar
0 votes
2 answers
4k views

jquery: slidedown and slideup on horizontal navigation bar menu

I'm trying to create a simple show submenu with simple slideup or slidedown animation on hover using jquery. It works fine when i have #menu1 and #menu2. But there is repetition in code. How can I ...
vaanipala's user avatar
  • 1,281
0 votes
2 answers
186 views

Hover function on nav item not working

I have the following hover script that is supposed to handle the sliding down and up of sub menus in my navigation bar: $j('body').ready(function() { $j('.menu-item').hover(function() { $...
Nick's user avatar
  • 4,432
1 vote
3 answers
1k views

Adding timeout to a dropdown menu not working

I am working on a website and want to modify the current code for a dropdown menu item. Here is the current code: $(document).ready(function () { $('#nav li').hover( function () { //...
fudge22it's user avatar
  • 103

15 30 50 per page