2013年9月4日 星期三

javascript-delay

javascript-wait 

window.setTimeout(function() {
alert(' here is do something after time out');
}, 2000 );  /* but after 2000 ms */

沒有留言:

張貼留言