I want execute 2 functions in jquery but i need the second function execute after 3 seconds more or less , i try this , but if use this , the second function of jquery never execute finally , i put the script i create and i try works continue :
jQuery("#tem_forma").hide();
delay(3000);
jQuery("#win").hide(1000);
How i can use delay function for wait 3 seconds for execute the next function , in this case the second
Thank´s , Regards !!!