<script>
function autoBlur(){
if(event.srcElement.tagName=="A"||event.srcElement.tagName=="IMG")
document.body.focus();
}
document.onfocusin=autoBlur;
</script>
'Development > Javascript, jQuery' 카테고리의 다른 글
[javascript] 브라우저 체크 browser check (0) | 2017.04.24 |
---|---|
[javascript] Explorer indexOf 대응방안 (0) | 2017.04.24 |
[javascript] 팝업차단 체크하기 (0) | 2017.04.20 |
[javascript] 텍스트 입력란 공백체크 정규식 (0) | 2017.04.17 |
[javascript] opener 새로고침 하기 (0) | 2017.04.17 |