Add to Chrome
✅ The verified answer to this question is available below. Our community-reviewed solutions help you understand the material better.
Katera koda spodaj skrije element v 5 sekundah in ga potem prikaže v 3 sekundah?
$('.obvestilo').hide('fade', 5000, ()=>{});$('.obvestilo').show('bounce', 3000,()=>{});
, ()=>{});
$(
,()=>{});
$('.obvestilo').hide('fade', 5000, ()=>{ $('.obvestilo').show('bounce', 3000);});
, ()=>{
);
});
$('.obvestilo').hide('fade', 5, ()=>{});$('.obvestilo').show('bounce', 3,()=>{});
, 5, ()=>{});
, 3,()=>{});
$('.obvestilo').hide('fade', 5000, function(){ .show('bounce', 3000);});
(){
.show(
$('.obvestilo').hide('fade', 5, function(){ $('.obvestilo').show('bounce', 3);});
, 3);
Get Unlimited Answers To Exam Questions - Install Crowdly Extension Now!