$(function () { var n = 0; $('#sbm').click(function (){ n^= 1; n && setTimeout(function(){$('#sbm').click();},500); }); })