lab.naminsik
  • Javascript, jQuery
  • Reactjs
  • React Native
  • iOS
  • Android
  • AWS
  • Server
  • Html, CSS
  • Php
  • asp .net
  • SQL
  • Word Press
search
keywords
  • Javascript, jQuery 2016‧06‧29

    JS - 브라우저 체크(ie 11 포함)

    windows 10에 있는 ie 11은 navigator.userAgent 로 체크할 경우 msie로 더이상 체크할 수 없게 되었다. 자세한 이유는 'User Agent 파헤치기 (navigator.userAgent)' 여기에 자세한 설명이 있다. 어찌되었던 아래는 모든 ie일 경우 체크하게 하는 조건문이다. var agent = navigator.userAgent.toLowerCase(); if ( (navigator.appName == 'Netscape' && agent.indexOf('trident') != -1) || (agent.indexOf("msie") != -1)) { // ie일 경우 }else{ // […]

popular

  • react, vue - Uncaught SyntaxError: Unexpected token
  • JS - datepicker(jQueryUI,달력) 이용시 두개 날짜 범위 설정
  • AWS EC2 스토리지 확장
  • mac 에서 ssh ppk 키 pem 키로 변환 및 접속
  • 이미지에 여백이 생길 때 해결 방법들
  • JS - 유튜브 영상 (음소거,자동재생 상태로) 다중 삽입하기
  • 페이스북 공유시 나오는 정보 수정 방법
  • 워드프레스 번역된 파일 .po .mo 저장 위치
  • 가로 모드(또는 세로 모드)로 가는 회전 막기
  • 구글 맵 - 일정 범위 다중 마커 합산한 Cluster(클러스터) 기능

comment

  • 감사합니다!
  • 감사합니다~
  • 잘 해결 되셨다니 다행입니다!...
  • 정말 감사합니다. 덕분에 해결했습니다!...
  • 유용한정보 대단히 감사합니다....