Tagged Questions
The slideup tag has no wiki summary.
13
votes
4answers
20k views
jQuery: FadeOut then SlideUp
If an item is being deleted then I would like to fade it out and slide the other elements up to fill the empty space. Now, when I use fadeOut() the item doesn't have a height at the end which results ...
4
votes
2answers
46 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
496 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
490 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 ...
4
votes
2answers
6k views
jQuery - Wait till end of SlideUp()
How can I wait till the end of the jQuery function slideUp() before continuing the script?
<script type="text/javascript">
$(document).ready(function() {
$("div[class=item]").click(function() ...
3
votes
2answers
39 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
152 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
287 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
4answers
5k views
jQuery slideDown / slideUp not working in IE7
So I'm using a very basic jQuery .slideDown which is working great in FF, Safari, and Chrome. Won't work at all in IE7. here is the script:
//Top Mailing List Drop down animation
...
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
78 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
2answers
96 views
Slide panel up after x seconds, close on click - SET COOKIE
hoping someone can point me in the right direction.
We're trying to improve subscriptions to our mailing list. When a user visits our site after x amount of seconds, i'd like a panel to slide up ...
2
votes
3answers
113 views
Keep clicked link in viewport when calling jQuery's slideUp function
I have the following html structure repeated multiple times on a page:
<div class="item">
<div class="header">
...
<a href="#" class="closeExpanded">Close All ...
2
votes
6answers
69 views
p tag will slide down but wont slide up
Have a question and answer system where the answer starts of hidden, then when the question is clicked, the answer slides down. This is working fine, but then I would like it so that if the question ...
2
votes
3answers
93 views
slideUp only hides? can't show using slideUp
#bannerFijo is a fixed banner -display:none- at bottom:0px; so to show it i should slideUp but it seems that this is not working
<script type="text/javascript">
function mostrar_banner(){
...
2
votes
1answer
125 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
2answers
422 views
IE9 jquery slidedown effect issue
So i have a ul list where i click a div above it and then i toggle it so i can slidedown/up the list... but when i slidedown the list on IE9 i see this weird effect below it:
this happens on ...
2
votes
1answer
250 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
2answers
38 views
What is causing this simple animation script to animate improperly?
I cannot seem to figure out what is making this script go wrong...
You can find a properly animated version of the script here...
http://jsfiddle.net/tTJaM/21/
You may find the live project version ...
2
votes
2answers
236 views
Jquery vs IE in dark alley - round 1 (slideup & slidedown)
I feel like I'm taking crazy pills. About to lose my mind solving the issue at hand but ultimately IE7 does not use jquery 'slideDown' and 'slideup' function as it should.
All other browsers work. ...
2
votes
1answer
437 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 ...
2
votes
1answer
790 views
slideUp multiple divs
How can i make sure that several divs are slided up? Right now I have this function:
$("div#personal").click(function() {
$("div.1").slideUp("slow", function () { $("div.2").slideDown("slow") } ); ...
1
vote
1answer
19 views
jquery list in a list selector for slideUp
i've a list in a list like that
<ul>
<li>
<ul>
<li>something</li>
<li>something</li>
</ul>
</li>
<li>
<ul>
...
1
vote
1answer
40 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
2answers
39 views
Jquery / CSS - Make the container element keep the same height when using slideUp();
I was wondering if there was a way to make the parent container keep the same height when using slideup(); The reason for this is that I make an element slideUp, then slideDown with new data but this ...
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
4answers
39 views
Prevent Loop jQuery
I created this script for scrolling up with jQuery, but when you mouseover and mouseout multiple times, the script goes into the loop until it finishes for every time you mouse over it.
I already ...
1
vote
2answers
188 views
Java Swing JPanel slide up animation?
I have this thing and when I click on the filter arrow (it should be a up arrow I know):
- the form pannel above has to slide up slowly (and disapear)
- the green panel has to be lifted up
- the ...
1
vote
0answers
92 views
Msdropdown opening only with a “slideDown” animation
The MsDropDown located at: https://github.com/jgb146/ms-Dropdown/blob/master/msdropdown/js/jquery.dd.js only opening with a "slideDown" animation.
How i can fix that to open with a slideUp animation?
...
1
vote
2answers
24 views
build list of buttons like in the picture
am trying to build buttons list slides from bottom of screen when some button pressed
what's it's name ?!
i tried to build a view with 200px height and then inserting it via
ShareViewController ...
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
153 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
123 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
164 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
432 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
2answers
269 views
jQuery IE7 slideDown issues
I have tried the usual suspects to try and get this to work. zoom:1, min-height etc. to no avail.
Anyone have any ideas? (yes the markup under the span in the p tags is crap. it's a remote feed and I ...
1
vote
1answer
261 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
2answers
208 views
Using slideUp() and remove() on more than one DIV
I have the following code which should find all the DIVs, except the first, within my table, slide them up and then remove them!
$("#myTable div:not(:first)").slideUp('slow', function() {
...
1
vote
3answers
315 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
893 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
647 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
235 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
321 views
SlideUp all divs & change h3 class with one button using jQuery
I have a simple accordion type mechanism that I've been working on. I am familiar with slideUp and slideDown's callback functionality and have used this to achieve the changing of classes after ...
1
vote
1answer
597 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
363 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 ...