/ Published in: JavaScript
Expand |
Embed | Plain Text
var IE = /*@cc_on!@*/false; if(!IE){ /* do something for others browsers */ } else { /* do something for IE 6 */ }
You need to login to post a comment.
alyssonweb on 12/22/10
1 person have marked this snippet as a favorite
var IE = /*@cc_on!@*/false; if(!IE){ /* do something for others browsers */ } else { /* do something for IE 6 */ }
You need to login to post a comment.