<script type="text/javascript"> function fn(){ setTimeout( function(){ alert('hello'); },5000) } fn(); </script>