0
votes
1answer
1k views

Javascript slide effect onclick

I'd like to add a slide & fade effect to a DIV, with purely Javascript, using "onclick". The code is here: http://jsfiddle.net/TCUd5/ The DIV that has to slide has ...
0
votes
1answer
666 views

javascript image slider

Hello guys i am a newbie JavaScript coder. I was trying to make a JavaScript image slider, after long time i coded some code but, in the middle of the way i got a problem and it is that the slider ...
0
votes
2answers
156 views

slideDown doesn't “hide” the element

The animation I wanted to show/hide the order form works perfectly except one issue, the form does not hide on sliding down, a part of it is still visible. HTML: <div class="post"> <div ...
1
vote
1answer
763 views

Hide and show with slide effect

I want to slide in a div from left and move the current to the right, just like in iOS where you go back and forward. I tried this but doesn't seem work: jQuery(".post .order").click(function() { ...
1
vote
1answer
472 views

Catch the side slide effect on iPad

Is it possible, by jQuery or alike, to catch (detect) the finger side slide that is possible on fx an iPad? It would be nice to be able to make an onFingerSideSlide effect to change page or something ...
0
votes
1answer
234 views

A slideshow composed by divs?

How do I create a slideshow like this? http://www.20thingsilearned.com/it-IT/foreword/1 (I mean only the slide effect, not the book animation, to see it press the + button on the bottom-right) I ...
0
votes
2answers
108 views

How to cause same effect of child on parent

is there a way to cast the same effect of a child on a parent? <div id = "parent"> <div id = "child"> </div> //button.click to .show("slide") child </div> ...
0
votes
1answer
2k views

jQuery hover text effect flip (slide up)

How would this text effect be created using jQuery...as seen on www.barrettnsmith.com? I thought I saw a sample somewhere, but now I can't seem to find it.
1
vote
3answers
2k views

jquery hide all image but not the first

Hello all im trying to make this slide effect http://tinyurl.com/628z32d but im new to jquery so i need a little help :), how can i hide all the big image in the #big-mage div and hide them? and then ...
1
vote
3answers
4k views

Slide JPanel Content in a JForm on Java

I have a question. I want to make a swing form that, when clicking in a button he slides a panel (with his content) to the left so the panel on the right replaces it with a smooth effect. I Have ...
1
vote
2answers
972 views

jQuery Panel - slideOut and fadeIn function at the same time problem

I am working on a php form with some jquery, especially for the error and thank you messages. The jquery part can be viewed here: http://jsbin.com/ohuya3A working example of the form is available ...
1
vote
4answers
86 views

Javascript Menu

I am working on a page, which has a link which reads "update". When users click this link, I would like a form to use a slide effect and appear underneath the link. When the form is submitted, it ...
1
vote
3answers
4k views

jQuery UI slide effect on mouseenter

I've been at this for a couple of days now, so any help would be much appreciated. I've got a link which contains two divs sitting on top of each other. The top div is hidden, but slides in to ...