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

  • 안드로이드 - 네트워크 끊겼을 때 webview에 '웹페이지를 찾을 수 없음' 안뜨게 하기
  • 포스트에 작성자 정보 노출하기 (프로필 이미지, 이름, 이메일등)
  • Lightsail CPU 사용률 급증과 버스트 급감 (워드프레스, 우커머스)
  • wp-json 으로 json 호출시 썸네일과 커스텀 필드 받기
  • CodeDeploy agent was not able to receive the lifecycle event. Check the CodeDeploy agent logs on your host and make sure the agent is running and can connect to the CodeDeploy server.
  • 관리자 페이지 중 위젯에서 드래그 & 드롭이 안되는 현상
  • MOBIS Carfe Intro Movie
  • html2canvas 사용시 특정 영역 프린트 제외 시키기
  • 워드프레스 호스팅(서버) 이전 작업
  • 로고디자인 - 블랙과 화이트 색상을 이용한 심플한 로고 디자인 모음

comment

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