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
58k
Not Run Jquery Method ?
Oct 3 2019 6:06 AM
$(window).on("beforeunload", function () {
debugger;
var id = getCookie();
console.log("TestID =" + id);
removeSoftbooking(id);
})
This code run successfully then reload browser . but not run this method close a browser and close a browser tab .
Any help me please ?
Reply
Answers (
3
)
Dynamically created textbox dynamically deleted
Cookie in jquery ?