My Name is Kay....

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

추가 포스팅이 이뤄지지 않는 블로그입니다. 문의는 wkzkfmxksi@gmail.com 으로 연락주세요.
kay
조회 수 5663 추천 수 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. jQuery Formatnumber , 콤마처리

    Date2015.11.03 CategoryPlugIn Bykay Views2119
    Read More
  2. 기본값 가져오기 get default value

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

    Date2014.06.14 Categoryetc Bykay Views2721
    Read More
  4. FadeIn , FadeOut 을 이용한 간단한 메인 배너 이미지 노출.

    Date2014.10.23 Categoryetc Bykay Views3000
    Read More
  5. Jquery 로 defaultValue 읽어오기

    Date2013.10.03 CategoryA to Z Bykay Views3758
    Read More
  6. $.trim(str) trim...

    Date2013.10.16 Categoryetc Bykay Views3962
    Read More
  7. readonly , disabled 지정하기

    Date2013.10.01 CategoryA to Z Bykay Views4114
    Read More
  8. jQuery Learning Center - 공부 공부

    Date2013.04.05 CategoryA to Z Bykay Views4241
    Read More
  9. Jquery 갤러리 "jQuery-awesome-images-Gallery-lightbox"

    Date2013.07.30 CategoryUI Bykay Views4260
    Read More
  10. Jquery Load 유무 체크하기

    Date2014.02.12 Categoryetc Bykay Views4294
    Read More
  11. 스크롤 따라 다니는 배너

    Date2013.09.14 CategoryPlugIn Bykay Views4522
    Read More
  12. .on

    Date2013.04.03 CategoryUI Bykay Views4922
    Read More
  13. 특정 객체가 화면에 보이는지 여부 확인

    Date2015.12.14 CategoryUI Bykay Views4932
    Read More
  14. 객체 초기화

    Date2013.04.04 CategoryUI Bykay Views4960
    Read More
  15. JQuery A to Z

    Date2013.01.02 CategoryA to Z Bykay Views5119
    Read More
  16. Menu Bar

    Date2013.02.06 CategoryUI Bykay Views5178
    Read More
  17. Moodular - 회전,슬라이더, 터치 ,모자이크

    Date2013.05.04 CategoryPlugIn Bykay Views5356
    Read More
  18. AutoCompleate - ( XML + Jquery )

    Date2013.03.08 CategoryUI Bykay Views5542
    Read More
  19. Tree 메뉴만들기

    Date2013.08.14 CategoryPlugIn Bykay Views5657
    Read More
  20. 1.9x 버전 $.browser 삭제 대체 사용

    Date2013.04.26 Categoryetc Bykay Views5663
    Read More
Board Pagination Prev 1 2 3 Next
/ 3