[JS] javascript IE check 하기


[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-..

[JS] javascript IE check 하기에 대한 요약내용입니다.

자세한 내용은 아래에 원문링크를 확인해주시기 바랍니다.


원문링크 : [JS] javascript IE check 하기