TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
Sourabh Dhiman
NA
323
57.9k
Another way close tab and browser.
Oct 24 2019 1:38 AM
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 .
Reply
Answers (
3
)
Customize a browser pop-up button.
$.getScript not executing for second time