반응형
javascript를 통한, 간단한 IE 체크 방법입니다.
var IE = /*@cc_on!@*/false;
//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' 카테고리의 다른 글
[javascript] Image Resize Function만들기 (0) | 2013.06.24 |
---|---|
[jquery] $(this) selector and child element? (0) | 2013.06.12 |
javascript 디버깅 (0) | 2012.06.22 |
c:\fakepath\ 파일 업로드시 생기는 문제 (0) | 2011.06.02 |
jquery 를 이용한, onload 처리효과 (0) | 2010.12.08 |
input 박스 enter 쳤을때, 처리하기 + 숫자만 입력 받기 (0) | 2010.12.07 |
[jQuery] iframe 상위의 객체 선택하기(SELECT) (0) | 2010.11.23 |
[JS] popup창의 iframe에서 opener창 reflash (0) | 2010.11.23 |
도움이 되셨다면 하트모양의 "♡ 공감"을 눌러주시면 큰 격려가 됩니다.
(로그인하지 않으셔도 가능)
(로그인하지 않으셔도 가능)