I want to execute 2 functions in jquery, but I need the second function to be executed in 3 seconds or more, I try to do this, but if you use this, the second jquery function will never be executed, I will put the script I create and I try to continue job:
jQuery("#tem_forma").hide(); delay(3000); jQuery("#win").hide(1000);
How can I use the delay function to wait 3 seconds to perform the next function, in this case the second
Thanks, Regards !!!
source share