Javascript - Settimeout




<script></script>



<script>
setTimeout(function(){
$( "#buton" ).hide();
}, 20000);
</script>