Answer the question
In order to leave comments, you need to log in
How to cancel execution of jquery code in Explorer?
I need a piece of jquery code to work on all browsers except explorer. How to do it with jquery?
This code doesn't help:
var isExplorer = /msie/.test(navigator.userAgent.toLowerCase());
if (!isExplorer ){
.....
}
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question