Hello everyone . Please help me any another way how to close tab and browser close event.
$(window).bind('beforeunload', function () {
setTimeout(function () {
var ID = $('#transactionID').val();
console.log('Test =' + ID);
removeSoftbooking(ID);
}, 1);
});
Not run this code close browser and tab close .
Sourabh DhimanPosted Oct 24, 2019, 6:24 AM
@Piyush Pansuriya Any solution.
Sourabh DhimanPosted Oct 24, 2019, 2:05 AM
Piyush PansuriyaPosted Oct 24, 2019, 1:47 AM