$(document).ready(function(){
$(window).on(‘beforeunload’, function(e){
if(msg(Yes/No)){ // if Yes
return ‘Click stay on this page and save the Data.”’;
}
});
});
$(document).ready(function(){
$(window).on(‘beforeunload’, function(e){
if(msg(Yes/No)){ // if Yes
return ‘Click stay on this page and save the Data.”’;
}
});
});