<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',
});
}
if(data.status == true){
jQuery('#stantard-dialogBox').dialogBox({
autoHide: true,
time: 3000,
content: 'The application is successfully approved',
});
}
No comments:
Post a Comment