Questions tagged [slidedown]

An effect of showing element with a sliding motion.

Usually refers to jQuery/JavaScript animated revealing of element with a sliding motion.

slideDown() in jQuery docs.

Some examples are:

 $('#element').slideDown('slow', function() {
   // Animation complete.
 });
609 questions
-1
votes
1 answer

AJAX call won't work with slide down menu, it won't load the content from Html file

How do I call the content via Ajax from a seperate container (URL: http://internetbusinesspotential.com/cdc/slidedown-menu2.html ) This is my issue, I am trying to call an html file to fill in a #content container on the page with an ajax call. I…
DJERock
  • 119
  • 1
  • 13
-2
votes
3 answers

Is it possible to use replaced divs to start a function?

If you take a look at the dev site here: www.tmwlsh.co.uk/wlsh you will see that there are four boxes. Once you click the down arrow in each box, the arrow changes to an up arrow. The changing of the arrow is all done in jQuery and the 'up arrow…
TMWLSH
  • 17
  • 4
-2
votes
1 answer

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 a "cool drop down menu." I have the HTML below…
Cory Meeks
  • 37
  • 4
-2
votes
1 answer

jQuery slideDown not doing anything

I simply can't figure out what I'm doing wrong with this really simple slideDown jQuery function. It's supposed to animate the appearance of a div when another div is clicked. But, when I click the firing div, nothing happens. Where is my mistake…
T6J2E5
  • 171
  • 3
  • 15
-2
votes
1 answer

How Can i create this transition

I have been tasked with creating a new dropdown menu for our company website. Our designer has found one from another site that has a very specific dropdown transition that we want to use. If you visit www.snowbird.com on your mobile phone, and…
TravRob
  • 108
  • 2
  • 9
-2
votes
3 answers

Limit slideDown function in jquery?

I have a list of lines of html. They look something like this.
...
I call the jquery function slideDown() to show the lines. What I would like to be able to do is limit how many lines it displays.…
Borut Flis
  • 15,715
  • 30
  • 92
  • 119
-3
votes
1 answer

jQuery slidedown doesn't work in H1 tag

So just started learning jQuery. I can't seem to make it work. So I already linked my jQuery to my html document with the script tag: I have a h1 titled ONE TWO THREE. Each word is attributed…
Lo_MAT
  • 61
  • 1
  • 11
-3
votes
2 answers

jQuery div slide down when update

I have my code here that checks if there is a new post on my image table. When I have a new post and my timestamp changes, I want a div to slide down saying there are new updates, like in this picture: setInterval('checkForUpdates', 30000); var…
-6
votes
2 answers

Slide down button to show text HTML CSS

I'm trying to make a button on my website slide down to show text, but currently it only shows the button with the text under it. The button does not do anything but click. I want the text at the bottom to appear once I click the button. I used…
ASG
  • 17
  • 5
1 2 3
40
41