Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

5
votes
4answers
66 views

Issue with jQuery's slideDown()

Check this code: http://jsfiddle.net/ZXN4S/1/ HTML: <div class="input"> <input type="text" size="50" id="test_input"> <input type="submit" value="send" id="test_submit"> ...
2
votes
2answers
244 views

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 ...
1
vote
2answers
89 views

How to achieve the same effect as slideIn (MooTools) for Jquery?

Here is the effect I am after? Unfortunately, jQuery's slideDown() effect isn't the same. This is the effect that I am after (Code and demo is located at jsFiddle). I am aware that jQuery has an ...
0
votes
7answers
97 views

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: <li ...
0
votes
1answer
264 views

easy slider jquery for background image

i am trying to slide background image with animate. as i want if my first background image. second will continues start here is my code $('.next').live('click',function() { ...
0
votes
2answers
455 views

jQuery slideDown of div overlay on image slideUp immediately

I'm trying to create an overlay on a image that slides in and out when hovering over the image. Same reason as this question - JQuery Text slideDown / slideUp Overlay on Image Keeps Bouncing?. I have ...