var btn = document.getElementById('search'); btn.disabled = 'disabled'; setTimeout(function() { btn.disabled = ''; }, 20000);