Tagged Questions

0
votes
2answers
27 views

Jquery fadein and out

Check this out: http://novarose.co.cc/web2/ Fade effects are kinda messed up and I do not how to make then work properly. I want code to run in following sequence: Fade out blo …
1
vote
3answers
121 views

jQuery - fadeOut on Scroll / fadeIn on “scrollstop”

Hi everybody, i am trying to figure something out in jQuery and yes you may see now horrible code but i am not a programming expert ;-) So sorry if it hurts your eyes... But to des …
1
vote
4answers
123 views

Making images fade in on image load using jquery

I have a page full of images and I want each of them to fade in when loaded. I have the following code which works but seems buggy, basically sometimes not all the image fade in. …
0
votes
1answer
42 views

jquery fading gallery

Hay all, i've wrote a simple fading gallery with jQuery. It basically loops though a set of images, fading from one to another. It works perfectly, as predicted, until it gets to t …
0
votes
8answers
192 views

Hover FadeIn FadeOut

I am trying to create a hover over action which brings in a coloured image and also once the hover is removed it fades back to its original image. Currently it fades out the image …
1
vote
1answer
91 views

FadeIn FadeOut with Jquery with a twist

I am trying to create a hover over action which brings in a coloured image and also once the hover is removed it fades back to its original image. I got it to the point of fadin …
1
vote
1answer
61 views

jQuery callback not waiting on fadeOut

It seems to me the following code should produce these results: mademoiselle demoiselle mesdemoiselles Instead, as "ma" fades out, "mes" fades in making the sequence: mademoise …
0
votes
2answers
56 views

help with hover function

Any help would be appreciated... I am trying to create the effect of a colour photo fading through from black and white. The fade in works but its fading the black and white one …
0
votes
3answers
126 views

jquery fadeIn after items are added using append

Please please someone put me out of my misery....i have poured hour upon hour into this... I have (this is abbreviated) been creating a function which adds boxes to a page using a …
1
vote
3answers
63 views

jQuery fadeOut: working on one page but not another

So this is pretty specific to a website I am working on. I have created my own, very simple jQuery rotator for a showcase / portfolio part of a website I am working on. However on …
0
votes
1answer
24 views

Jquery Fade Not Consistant

Hello, I am using the Gallerific plugin on this page: http://staging.asla.org/test/LWSother/furniture.html. The fade doesn't appear to be consistent across all of the images. When …
1
vote
2answers
63 views

How do you fadeIn and animate at the same time?

Using jQuery I'm creating a basic 'tooltip' animation so that the tooltip will appear in a little animation in which it fades into view as well as move vertically. So far I have t …
0
votes
1answer
67 views

jquery fadein stop

i have following script <script> $(document).ready(function(){ $("div.mover").hover(function () { $("div.hide1").fadeTo("slow", 0.33); $("div.hide1").fadeTo("slo …
0
votes
2answers
83 views

jquery div background fadein

i have html page <body> <div class="hide1" style="width:1000px; height:1000px;"> <table width="100%" border="0" cellspacing="0" cellpadding="0"> <tr> …
1
vote
2answers
79 views

Why doesn’t jquery fadeIn() work with .html()?

When you click you a checkbox I want the message to fade in slowly. Why doesn't .fadeIn() work in this example? HTML: <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" …

1 2 next
15 30 50 per page