Answers for "js div 3 secound hide"

0

js div 3 secound hide

setTimeout(function() {
    $('#mydiv').fadeOut('fast');
}, 1000); // <-- time in milliseconds
Posted by: Guest on June-06-2021

Code answers related to "TypeScript"

Browse Popular Code Answers by Language