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
Ashok
NA
10
5.6k
AshokEerla AshokEerla Member 0 Points 3 Posts IE 10 not
Jun 27 2014 1:41 AM
$('body').unload(function () {
});
$('body').on("beforeunload", function () {
//if true Means Logged is Clicked else Page close clicked
if (IsTrue == 0) { BTGUI.WebServices.ConnectionToken.GetLogOutClientUserMethod(LogOutClientUserMethodSucess);
}
else {
BTGUI.WebServices.ConnectionToken.PageClosedXmlMethod(hddClient, hddUserName);
}
Bind() or on() events are not firing in IE 10,Except IE working all browsers fine. any IE version this will work
I'm using jquery 1.7.0
I'm also tested $(window) not working.
Reply
Answers (
0
)
How to avoid Memoryleak with googlemap API in javascript ?
How to sort a column in a table in an MVC view