My Name is Kay....

DIY , 먹방 , 개발 , 육아 , 여행 좋아합니다.
AdBlock 사용시 화면이 정상적으로 노출되지 않습니다.
포스팅 관련 문의 및 개발 문의는 Email : wkzkfmxksi@gmail.com

추가 포스팅이 이뤄지지 않는 블로그입니다. 문의는 wkzkfmxksi@gmail.com 으로 연락주세요.
kay
조회 수 5661 추천 수 0 댓글 2
?

단축키

Prev이전 문서

Next다음 문서

크게 작게 위로 아래로 댓글로 가기 인쇄
?

단축키

Prev이전 문서

Next다음 문서

크게 작게 위로 아래로 댓글로 가기 인쇄

1.9 버전으로 올라가면서부터 없어졌다는데.. 최근 코어 업데이트 후 알게되었습니다.. -_-;;


차선책으로 아래와 같이 사용할수있다고 하는데..


jQuery.browser = {};
jQuery.browser.mozilla = /mozilla/.test(navigator.userAgent.toLowerCase()) && !/webkit/.test(navigator.userAgent.toLowerCase());
jQuery.browser.webkit = /webkit/.test(navigator.userAgent.toLowerCase());
jQuery.browser.opera = /opera/.test(navigator.userAgent.toLowerCase());
jQuery.browser.msie = /msie/.test(navigator.userAgent.toLowerCase());
jQuery.browser.chrome = /chrome/.test(navigator.userAgent.toLowerCase());

if($.browser.chrome){alert("크롬입니다.")};
?
  • ?
    yong 2013.11.19 17:04

    익스 10.0에서 msie가 안먹히길래... 네비게이터보니 eie로 인식으로 하네요.. /msie/를 /ie/로 해서 인식시켰는데...뭔가 문제가 될거같아 불안불안..

  • ?
    kay 2013.11.20 10:03

    심심한 블로그에 댓글 감사드립니다.


    IE 10 에서 alert(navigator.userAgent); 확인해보니

    MSIE 7 로 잡히고 정상적으로 체크되는데 이상하네요.  제가 체크한 IE 버전은 10.0.9200.16736 입니다.


    ---------------------------
    웹 페이지 메시지
    ---------------------------
    Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.1; Trident/6.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; .NET4.0C; .NET CLR 1.1.4322; .NET4.0E; Tablet PC 2.0)
    ---------------------------
    확인   
    ---------------------------
    

  1. FadeIn , FadeOut 을 이용한 간단한 메인 배너 이미지 노출.

    Date2014.10.23 Categoryetc Bykay Views2999
    Read More
  2. 기본값 가져오기 get default value

    Date2014.10.19 Categoryetc Bykay Views2323
    Read More
  3. 페이지 또는 객체에서 특정 키워드 강조하기

    Date2014.06.14 Categoryetc Bykay Views2716
    Read More
  4. 우클릭 , 셀 선택 , 드래그 방지 스크립트

    Date2014.02.17 Categoryetc Bykay Views7916
    Read More
  5. Jquery Load 유무 체크하기

    Date2014.02.12 Categoryetc Bykay Views4287
    Read More
  6. Table에 동적 Tr 추가/삭제 하기

    Date2014.02.09 Categoryetc Bykay Views21275
    Read More
  7. 한글/영어 byte 체크해서 자르기

    Date2013.11.30 Categoryetc Bykay Views9702
    Read More
  8. $.trim(str) trim...

    Date2013.10.16 Categoryetc Bykay Views3957
    Read More
  9. 자동 Submit 방지 및 Enter Key 체크하기

    Date2013.08.12 Categoryetc Bykay Views7826
    Read More
  10. input hidden <-> text 변경하기

    Date2013.05.03 Categoryetc Bykay Views5957
    Read More
  11. 1.9x 버전 $.browser 삭제 대체 사용

    Date2013.04.26 Categoryetc Bykay Views5661
    Read More
  12. 에러 리포팅 , Ajax 디버깅 ( JS , ASP ) - 오류메시지 확인하기

    Date2013.03.08 Categoryetc Bykay Views30612
    Read More
  13. XML 파싱

    Date2013.03.02 Categoryetc Bykay Views6337
    Read More
  14. 페이지 로딩 속도 개선 - 이미지 로딩처리

    Date2013.03.02 Categoryetc Bykay Views6508
    Read More
Board Pagination Prev 1 Next
/ 1