Set time out in jquery

by satheeshkumar 2012-09-18 14:31:15

Set time out in jquery,

setTimeout(function() {
function name;
}, 200);


Above function will execute after the time interval of 200ms..so you can give time intervals as need..
828
like
0
dislike
0
mail
flag

You must LOGIN to add comments