Sunday, 18 June 2017

38.dialogBox after submisssion

<div id="stantard-dialogBox" style="font-size:30px"></div>
  if(data.status == true){
 jQuery('#stantard-dialogBox').dialogBox({
autoHide: true,
time: 3000,
content: 'The application is successfully approved',
});
}

No comments:

Post a Comment