var isMSIE = /*@cc_on!@*/0;
if (isMSIE) {
// do IE-specific things
} else {
// do non IE-specific things
}
- Tech Tricks answered 9 months ago
- You must login to post comments
Your Answer
Please login first to submit.
var isMSIE = /*@cc_on!@*/0;
if (isMSIE) {
// do IE-specific things
} else {
// do non IE-specific things
}
Please login first to submit.