Tagged Questions

4
votes
2answers
45 views

Jquery: Click slideUp Issue

I have a JQuery navigation which on clicking a parent <li> slides down using JQuery. On a second click it will slide the navigation up. The problem I have is that my clients wants it also to ...
4
votes
4answers
490 views

SlideUp a div if any other div is slided down with jQuery

I have made a function to slidedown different div's by clicking different links. Following is basic code. However, there's a little problem that, for example, if i click on first link, it slides down ...
4
votes
2answers
488 views

div will slideDown but it won't slideUp

I am attempting to show and hide a series of divs using toggle, slideUp and slideDown. I am able to get the div to slideDown but I can't get it to slideUp. I've used this script without incident ...
3
votes
2answers
37 views

jquery to only allow one rollover at a time

I created a .slideDown & .slideUp effect on a div based on mouseover and mouseleave. The problem is that when I rollover multiple divs to fast then rolloff it seems to keep a memory of how many ...
3
votes
1answer
151 views

jQuery .slideUp problem

The .slideDown is working fine. When the link is clicked a second time, the .slideDown animation occurs again instead of the .slideUp. Please give me a hand. Thanks. $(document).ready(function() { ...
3
votes
1answer
285 views

jQuery slideUp div if already slided down?

I have a simple question about jquery slideDown, SlideUp. I'm using slideDown to slide a div on click, like $("#box").slideDown("slow"); How can I do it so that if the #box is already slided down, ...
3
votes
4answers
2k views

Cancel all queued jQuery slideUp and slideDown animations

I have an interface that makes heavy use of the jQuery slideUp and slideDown effect to expand items in a tri-state kind of way. onmouseover: function() { this.find('.details', this).slideDown(); }, ...
3
votes
2answers
4k views

making a link toggle between SlideDown and SlideUp (scriptaculous)

The scriptaculous wiki has a demo (http://github.com/madrobby/scriptaculous/wikis/effect-slidedown) that shows the SlideDown effect in use. However I need to have the same link to slide down if a ...
2
votes
2answers
75 views

jQuery slideDown and slideUp toggle issues

So basically I'm just starting out with jQuery and JS and I have hit a problem. I have a small menu that when the user clicks one of the links, the content slides down. If there is already a box ...
2
votes
1answer
122 views

slideUp slideDown animation error

i have a div when hovered over and second image slides up and when the mouse leaves it slides back down, the animation is exactly how i want it but if you mouse in and out too quickly without the ...
2
votes
4answers
69 views

JQuery function does not work after changing ID

I have a simple file that has a Jquery script it in that looks like this: <script type="text\javascript"> $('.grey_title').click(function(){ ...
2
votes
1answer
249 views

jQuery - show/hide the element inside of another element and clicking outside of that element

HTML: <div class="portlet"> <h3 class="">Blogs</h3> <div class="portlet-content"> <div class="teaser"> <div class="image-with-caption"> ...
2
votes
1answer
435 views

How to slideUp (hide) children divs in JQuery?

Ok, let's say I have a navigation system constructed in nested divs and I want to show sub-menu divs (and sub-sub-menu divs) when I do a mouseover on the menu div AND hide sub-menu divs (and ...
1
vote
1answer
35 views

Jquery UI slideUp and slideDown

I am busy to show and hide some boxes with a click on a button. It is working well but i must click 2 times the first time i want to hide a box? This is my JS code: $(function() { $('.title ...
1
vote
1answer
29 views

Jquery slideToggle not opening fully after stop called

I have an issue with a toggling animation with JQuery. I have a menu, which has subitems, which slide open on hover of the main item. This I can achieve fine, however, for a long list of items, I ...
1
vote
3answers
125 views

Problem with slideUp/slidedown in a if statement -jQuery

I have a problem regarding accordion effect I want to make. I would like to have following functionality - If you press anywhere in "div.post" the text surrounded in "p.read-more", which is hidden ...
1
vote
2answers
136 views

Strange issue with jQuery's slideUp/slideDown

I use the following code on a website: // show tracks $('.content-playlist .track p').live('click', function() { var player_handle = $(this); $('.content-playlist .track ...
1
vote
3answers
67 views

problem to hide image when slideUp menu

I've a menu with slideUp and SlideDown. The user clicks in menuArea and the menu is opened and an image with a cross becomes visible. To close the button the user click in the image, and that image ...
1
vote
4answers
151 views

jQuery: slideDown does jump

i have the following function. function notificationBoxOutput(type, message) { if (type == "success") { $('.notificationBox').removeClass('warning').addClass('success'); } if (type == ...
1
vote
4answers
119 views

jQuery: Selecting only ul, not ul ul

I'm trying to beat a basic accordion style menu into submission – using jQuery. Here's the menu: http://www.cybart.com/bscg/ Here's a snippet of code that gives it accordion functionality: ...
1
vote
1answer
159 views

jQuery: Close What's Open, Open What's Closed

I am working on a simple accordion-like vertical menu: http://www.cybart.com/bscg/ Clicking on OUR SOLUTIONS, PRODUCT COVERAGE, OUR TEAM or CONTACT US opens or closes the submenus. However, if you ...
1
vote
2answers
430 views

Mega-menu on hover without lists

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 ...
1
vote
1answer
156 views

JQuery SlideUP and SlideDown based on Selector Help

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 in ...
1
vote
1answer
260 views

In Firefox 5 jQuery slideDown() starts a chain of animation in the child list items

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 ...
1
vote
3answers
311 views

jQuery slideDown / slideUp problem

i have a little issue with slideDown / slideUp. I have a menu with sub-menus inside, what i'm trying to acchieve is to display the submenu on the menu mouse over, and I'm doing it like this: ...
1
vote
2answers
883 views

jQuery panel to slide down then up on page load

This is suppose to be very simple, however I just can't get it to work as it should. The following code should be able to do the following. As soon as page completes loading, a div (div#panel) at ...
1
vote
2answers
643 views

jQuery slideDown slideUP - hide button

I am trying to write a very simple slide up and slide function that hides the buttons after they are pressed, but I have little javascript skill and am surely doing something silly. What I is not ...
1
vote
2answers
233 views

SlideDown Div with Close link

Greetins, I wanna use a sliding DIV for displaying some messages like "Profile Updated". This is my code. The DIV slides down when i load the page and dissapers after a few seconds (the delay). But ...
1
vote
1answer
595 views

IE7 Margin Bug on jquery slideUp / slideDown

Clicking more info / less info buttons, which slideUp / slideDown content, create a spacing glitch in IE7. Replacing that with show/hide seems to fix it. Does anyone know how to make it work with ...
1
vote
4answers
361 views

How to execute .click() after jQuery animation completes?

I want to slideUp one div after clicking a link, then slideDown another div, then go to the next page. Problem: new page loads before the animations are finished. Question: How can I do this? Should ...
1
vote
3answers
1k views

Alternative to jQuery's slideDown() and slideUp() not affecting the display property

I've been trying to use the slideDown() effect for a website I'm working on, but I'm having difficulty getting the effect I want. Here's a sample showing what I want to accomplish. <div> ...
1
vote
2answers
2k views

JQuery dropdown menu using slideup and slidedown on hover is jumpy

I've made a very simple dropdown menu using jQuery slideup and slidedown for the functions - but it gets very jumpy (I'm using Firefox 3.6.8) if the mouse is moved to quickly over it, or if the mouse ...
1
vote
2answers
3k views

Jquery mouse over div slideUp and mouse out div slideDown

Here is my code http://jsfiddle.net/AB6J3/7/ you can see, edit, etc. When I roll over to red border box, the orange box should slide up and at mouse out it should slide down. it works well for the ...
1
vote
2answers
1k views

jQuery click event to make a div slide down and push next div out of viewport

I'm trying to figure out how to make jQuery slide #content2 down and replace #content1 with it while making it look like #content1 is actually being pushed down by #content2 removing it from view... ...
1
vote
1answer
848 views

Horizontal SlideUp SlideDown with Scriptaculous

You may know the scriptaculous SlideUp effect. Well, It slides up a div vertically as a closing effect. I would like to make it work horizontal. There is an option for this : scaleX:true, ...
0
votes
1answer
27 views

jquery $.slideUp() works well, but $.slideDown() doesn't work at all

Guys I've seen jQuery: slideUp() delay() then slideDown; not working, I exactly coded: $('.flash_message').slideDown(800).delay(5000).slideUp(1000); but the slideDown doesn't seem to work. In other ...
0
votes
1answer
28 views

jQuery or css slideUp/slideDown for a selectbox with size > 1

jQuery's slideUp and slideDown don't seem to do anything with selects. I can wrap the select in a div and use slideUp and slideDown, but so far the effect I get, for the result I want, is really ...
0
votes
2answers
49 views

JQuery - Homepage slide animation on page load, but only once for each viewer

What's the best way to slide two divs into each other. Basically, I split my homepage into two sections. I want them to slide down and slide up into each other, but happen only once for each viewer. ...
0
votes
2answers
48 views

jquery slider up and down

I am having problems with a jQuery slidedown and slideUp function. When clicking the button the div slides down to reveal more content - however when it slides down it goes half way down smoothly then ...
0
votes
0answers
52 views

Slide down effect on ExpandableListView

Is it possible to have a nice slide up/down effect when expanding/collapsing an item of a ExpandableListView? If yes, how? Thanks in advance.
0
votes
2answers
46 views

Why isn't this jQuery hover() working?

I have 2 forms inside a custom HTML tag called uptoppage. When the document loads, I slide up the element that holds the forms. Once someone hovers their mouse over the parent element again, I want ...
0
votes
0answers
84 views

Showing a DIV within a hidden DIV using jQuery

I have a main DIV which is hidden. Within this main DIV i have a child DIV which is hidden. I have a function which slides down the child DIV when a button is clicked, even though the parent is ...
0
votes
1answer
50 views

jQuery slideDown and slideUp Issue

I'm trying to make a menu using tags, and you can see it here, along with source code: http://jsfiddle.net/6wqjq/10/ But the problem is like this...try to click Menu Item One, then click Sub Menu ...
0
votes
3answers
133 views

jquery vertical nav - slideUp slideDown

i use this html structure: <div id="products"> <ul> <li class="selected"><a href="#">Item 1</a> <ul> <li><a ...
0
votes
1answer
32 views

JQuery Slide Issue

I'm having an issue with JQuery and it's slideUp and SlideDown functions. Basically, i have two navigation bars that slide out and in depending on which button the user clicks. However as a result of ...
0
votes
2answers
86 views

jQuery SlideUp/SlideDown madness

I'm a noob at query and trying to make one, obviously simple thing to happen. Here's the jsfiddle that i made. As you see i have 3 buttons: Close (closes all open div's) AZ and AR. When i click AZ it ...
0
votes
6answers
105 views

What is the difference between JQuery's hide() and slideDown()/slideUp()?

It seems like after calling both result is the same.
0
votes
2answers
283 views

jQuery 1.6.2 slideUp() and slideDown() height problem after repeated clicks

I have a simple accordion menu I've put together today using the jQuery slideDown() and slideUp() methods. Example code: <h1>the header</h1> <div class='thechild'> the content ...
0
votes
1answer
125 views

Jquery Show and hide within a table

I have a table with content and a image that when clicked shows hidden content contained within a div. This div has another table within to format the content. Now when i test this in IE and chrome ...
0
votes
2answers
43 views

Slide new items into a list

I have a list of links I'm getting from the server, via AJAX, and I'm updating it with the new links I get from the server. I want the list to slide down and the new servers to slide on top. My list ...

1 2