set time to call function jquery

setTimeout(appand, 4000);

function appand(){
 alert('123') ;
}

Comments