I\'m having trouble with .slideup() and .slideDown() have a look at the following JSFiddle: http://jsfiddle.net/7se2r/4/
i don\'t get why this won\'t work. function notificationBoxOutput(type, message) { var noteBox = $(\'.notificationBox\');
I have a piece of code for showing a picture that slides up from a div when the mouse enters the div, the code works exactly how i want except it bugs when the mouse hovers in and out too quickly and
http://jsfiddle.net/seXjp/ If you mouse over \"one\" \"two\" or \"three\" you\'ll see a menu pops up from each.
I\'m trying to beat a basic accordion style menu into submission – using jQuery. Here\'s the menu: http://www.cybart.com/bscg/
I have this mega-menu that I want to show on hover and keep open until the user leaves the mega-menu or the trigger area. I have it working onClick, but I cannot seem to get it to work on-hover. Any h
I am working on a simple accordion-like vertical menu: http:/开发者_StackOverflow/www.cybart.com/bscg/
i have a hover slide down panel which needs a delay when mouse leave. Like i have it now, hovering the trigger will result in multiple loops, so the panel goes crazy up & down.
I\'m teaching myself jQuery and having fun trying to figure this out. I\'m using the slideDown and slideUp functions to have different <div>\'s appear and disappear if needed. But my problem is
I created a dropdown menu using jQuery. So when I hover over a button it slides down the menu. Now if I move the mouse out of the menu and bring it back in before it slides up(menu has a lot of items