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

All Questions

Tagged with
1 vote
1 answer
243 views

SlideUp/Slidedown - Button is child of closing div and doesn'trigger parent

I have a little slideup, slidedown system. width some fading in it. Everything works fine, except from the slide up function. That does not seem to change the display back to none. Here is a Fiddle: ...
user3799112's user avatar
0 votes
1 answer
455 views

Variable heights for .slideDown effect loading dynamic content

I've already looked at a few examples on SO, but to no avail. Probably because my situation is slightly different. If you look at this example site, all the content slides down from the div #panel ...
Adam Bell's user avatar
  • 1,045
1 vote
0 answers
174 views

use slideDown in ajax

I'm struggling with how to properly apply the slideDown animation to newly added content only. The code below loads all content with slidedown animation every 200ms which kinda looked silly. //load ...
bobbyjones's user avatar
  • 2,039
1 vote
1 answer
4k views

jQuery ajax slidedown after load

I have a grid of thumbnails each linking to it's own post page. On click, a container div below slides down and loads the content with ajax. The problem: When I click on a thumbnail the first time, ...
beliy333's user avatar
  • 479
3 votes
2 answers
6k views

jquery ajax results with div sliding down

I have a page with a dropdown of all the users. when a person selects someone in the dropdown i fire off an ajax call to get user's information. that all works fine. I am trying to display the ...
bart2puck's user avatar
  • 2,524
1 vote
0 answers
145 views

SlideUp and SlideDown issue

Everything works perfectly until I select a link from the second nav menu, in which case the tag that is used to select the class, gets a new class named active, which I believe is causing the ...
user1962853's user avatar
1 vote
2 answers
256 views

Real time edit sliding html menu

I'm using a sliding menu (select/object html one), which is generated dynamically by taking data from a DB, using a jsp page. I also have an input text field, where I can search things from the ...
abierto's user avatar
  • 1,447
0 votes
4 answers
1k views

jQuery .fadeIn() working but .slideDown() and .animate() not working

I'm trying to set up a website that loads pages through ajax calls replacing the current contents of with the ajax response. I'm putting a # and a page name at the end of my URLs so that people can ...
Bob's user avatar
  • 303
-1 votes
1 answer
592 views

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 #...
DJERock's user avatar
  • 119
1 vote
1 answer
543 views

jQuery: first callback isn't fluent (slidedown effect)

I know this probably must be a newbie question, but since I don't know much about jquery I have to ask it here: I have a element that has to toggle different content on clicking on different buttons....
toomuchcs's user avatar
  • 1,364