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()
{
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
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
3 matches
Mail list logo