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

All Questions

1 vote
0 answers
36 views

CHROME: Prevent jQuery slideDown() and prependTo() from moving whole screen

I have the following code that prepends an li element to a ul list: function prependListItem(entryHTML){ $(entryHTML) .hide() .css('opacity',0.0) .prependTo('#container >...
Don Vasquez's user avatar
0 votes
0 answers
52 views

Show and remove div animation

I have something like this: $(document).ready(function() { $(".green").slideDown("slow", function(){ }); }); .blue { background-color: blue; height: 20px; display: none; } ...
workhard's user avatar
0 votes
1 answer
132 views

jQuery 'animate height'/'slideDown' combination making background color disappear when activated second time

I have an animation where a 'rightContentSpacer' div increases in height when I click on any one of three links. 'rightContentSpacer' thereby overlaps the div that is displayed at that time, which ...
JonnyBoy's user avatar
0 votes
2 answers
7k views

Sliding Drop Down Menu

I have a drop down menu that I want to slide down when the Menu button is clicked and slide up when it's clicked again. Also slide up when clicking anywhere else in the document. This is what I got ...
J.Doe's user avatar
  • 67
1 vote
1 answer
474 views

jQuery Animate to auto height, close back up to set height

I have a slide Down toggle div which contains a title, content and a toggle open button. I've set up a fiddle but the div currently closes up completely preventing you from opening again. The height i'...
Amesey's user avatar
  • 852
0 votes
1 answer
376 views

slideDown Div ease out animaiton instead of snap into place

I've built a team page with member info slide downs. The problem I have is that randomly there is a jerky finish at the end of each slide down animation. I noticed in the inspector that a height is ...
Amesey's user avatar
  • 852
0 votes
1 answer
144 views

Animating multiple elements inside another element

So I have container and inside there is yui library with 5 divs. This divs are menus. So what i want to do is that when I move mouse over div only this one will animate UP and when I move mouse ...
user3062657's user avatar
-1 votes
1 answer
1k views

Jquery slideDown / Slide up menu

I ma trying to make a sliding menu. I want hovering on logo-container to slide it up and when animation is finished slide down menu. When the mouse will be out of logo-container menu will slide up ...
Viktors's user avatar
  • 935
0 votes
1 answer
554 views

Jquery slideDown

I think i writte something bad because i can´t get the effect slideDown works fine , i want when click show the div in slide down but slow and at the moment show as hasn´t effect and show very fast ...
user2965439's user avatar
0 votes
2 answers
1k views

Jquery DIV transition (or CSS)

I am currently looking for a way to slideDown or animate a div to transition from the top to the content height on the page load (undefined). Is this possible or can it only be done with a user event?...
Andre de Almeida's user avatar
0 votes
1 answer
2k views

jQuery: .slidedown() then fadeIn() not working

I have a section of my form where a user can add additional fields. When "Add Fields" is clicked a space should be made below option1, then after a delay, the newly added field fades in. My field does ...
thedeepfield's user avatar
  • 6,198
3 votes
2 answers
6k views

JQuery Slide down animation while keeping the DIV in its full size

When I use Jquery to slide down a DIV, the div animatino looks like it is stretching/drawing the div from the top to the bottom. jsfiddle html <body> <div style="width:400px;background-...
Liron Harel's user avatar
  • 11.1k
1 vote
2 answers
756 views

jQuery animation on nested divs

I'm trying to create a nav of links that correspond to different divs in the page, and when you click on the link, it hides all the other divs and slideDown the respective div. I am almost there, but ...
kburla's user avatar
  • 25
0 votes
1 answer
2k views

jQuery Use animate() to animate height of div to hide/reveal content inside

I am attempting to animate the height of a div to hide or reveal the content inside of it. Using animate() is the most convenient way to get the animation that I would like as you are able to specify ...
user2227738's user avatar
1 vote
2 answers
2k views

slideDown div with text inside

Fiddle I am trying to slideDown a Div. $('#rnotif').slideDown('slow'); The Div is sliding properly but the text content inside that looks fixed at one place. How do i make this text to slide with ...
JAVAGeek's user avatar
  • 2,734

15 30 50 per page