[jQuery] Re: calling all jQuery Safari wizards!

2007-10-22 Thread muccy
On Oct 7, 2:40 pm, To [EMAIL PROTECTED] wrote: On Oct 6, 7:36 pm,muccy[EMAIL PROTECTED] wrote: $(#photo).fadeIn(slow); $(#photo).show; $(#photo).fadeIn(slow, function() { $(this).show(); } it should work well I'm afraid it's not... :-S This is my code:

[jQuery] Re: calling all jQuery Safari wizards!

2007-10-07 Thread To
On Oct 6, 7:36 pm, muccy [EMAIL PROTECTED] wrote: $(#photo).fadeIn(slow); $(#photo).show; $(#photo).fadeIn(slow, function() { $(this).show(); } it should work well I'm afraid it's not... :-S This is my code: $(#photo).hide(); $(window).load(function() {

[jQuery] Re: calling all jQuery Safari wizards!

2007-10-07 Thread bytte
Hi To, a bit higher is my solution to the problem. You lose a bit of the fancy effect, but it's ok until the bug gets solved i guess. On 7 okt, 14:40, To [EMAIL PROTECTED] wrote: On Oct 6, 7:36 pm, muccy [EMAIL PROTECTED] wrote: $(#photo).fadeIn(slow); $(#photo).show;

[jQuery] Re: calling all jQuery Safari wizards!

2007-10-05 Thread bytte
Thanks Lukas. However, this doesn't solve my problem. The fade-out of the old image works. Also the fade-in of the new image works. But after the fade-in, the image disappears again. On 5 okt, 08:38, lukas | dressy vagabonds [EMAIL PROTECTED] wrote: some time ago i started a rewrite of the

[jQuery] Re: calling all jQuery Safari wizards!

2007-10-05 Thread bytte
Alright. I got it to work by replacing the last fadeIn() of the new picture with show(). The fancy fadeIn animation is gone now, but at least the picture shows up in Safari now. Could this be reported as a jQuery bug? Using the fadeTo command doesn't work either. Other animations (have tested

[jQuery] Re: calling all jQuery Safari wizards!

2007-10-04 Thread John Beppu
You might want to get on irc and ask on #webkit on irc.freenode.net . On 10/4/07, bytte [EMAIL PROTECTED] wrote: It works ok in all tested browsers (ff mac/win, ie, opera mac/win), yet not on safari (mac+win). Any idea why it fails in Safari? The Safari Javascript console gives me no

[jQuery] Re: calling all jQuery Safari wizards!

2007-10-04 Thread bytte
Thanks for the tip John. On 4 okt, 18:48, John Beppu [EMAIL PROTECTED] wrote: You might want to get on irc and ask on #webkit on irc.freenode.net . On 10/4/07, bytte [EMAIL PROTECTED] wrote: It works ok in all tested browsers (ff mac/win, ie, opera mac/win), yet not on safari (mac+win).