Questions tagged [jquery-slide-effects]
39 questions
7
votes
2 answers
jQuery slidetoggle not working?
http://jsfiddle.net/nKUgA/2/
I'm just trying to make a small box slide down from the pictureControls div which acts as a button, but slideToggle is doing nothing-- it just sort of glitches into place and back again. Read a ton of other similar…

temporary_user_name
- 35,956
- 47
- 141
- 220
5
votes
4 answers
Issue with jQuery's slideDown()
Check this code: http://jsfiddle.net/ZXN4S/1/
HTML:
-
…Fred Collins
- 5,004
- 14
- 62
- 111
3
votes
5 answers
jQuery hover to slide?
Check the bottom for revised edition
Alright, here's the issue. I have a li with a div inside, and I'm trying to hover the li to get the div to slide up into view.
Here's the HTML:
title
…
uurrnn
- 57
- 1
- 8
2
votes
2 answers
jQuery slide up/down content on mouse over/out after two seconds - bug
When mouse is over the image, span content slides down after two seconds, also when I move cursor out of image, after two seconds span slides up, that's work fine.
I want to span be displayed if someone move mouse over that span too, and there my…

luka
- 162
- 1
- 11
2
votes
2 answers
Using slideup , slide down jquery effects for drop down menu
I have got a drop down menu which works fine but i want to add some jquery effects like animation , slideup, down ,
currently i m using visiblity hidden & visible to show the ul , how can i use other effect on it , below is the code :