[JS] javascript IE check 하기 javascript를 통한, 간단한 IE 체크 방법입니다. var IE = /*@cc_on!@*/false; if(IE){ //IE specific code goes here }else{ //code for all the other browsers } 출처: http://devoracles.com/the-best-method-to-check-for-internet-explorer-in-javascript Web/Javascript 2010.12.23