[jQuery] Re: How to configure Fade in fade out properly

2009-05-13 Thread Albert Y
Hi there, thanks for your reply, It can work for the link to be shown, however the gif is still fading in and out with the link being show Here's my code. $(window).load(function(){ $("#myloadingbar").hide(); }); function confirmLoading() {

[jQuery] Re: How to configure Fade in fade out properly

2009-05-13 Thread weidc
setTimeout("blub()",7000); function blub() { $("#mylink").show(); $("#myloadingbar").hide(); } On 13 Mai, 14:19, Albert Y wrote: > Hi all, > >  I'm Albert, 1st time posting a problem here for you experts out there to > assist me on. Plsthanks in advance. > > OK let me describe

[jQuery] Re: How to configure Fade in fade out properly

2009-05-13 Thread weidc
setTimeout("blub()",7000); function blub() { $("#mylink").show(); $("#myloadingbar").hide(); } On 13 Mai, 14:19, Albert Y wrote: > Hi all, > >  I'm Albert, 1st time posting a problem here for you experts out there to > assist me on. Plsthanks in advance. > > OK let me describe