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

  • Incorrect integer value: '' for column 'xxx'
  • Command 'pm2' not found / 502 Bad Gateway
  • 레이어 숨기기, 레이어 보이기
  • 리눅스-root 권한 폴더나 파일 nobody로 변경
  • jQuery - a 태그의 href 값 변경하기
  • Angularjs – 컨트롤러 밖에서 컨트롤러 안의 함수 실행
  • mysql - node.js 와 vue.js 데이터 주고 받을 때 날짜 타임존 이슈
  • MOBIS Carfe Intro Movie
  • 카테고리별로 rss 갯수 다르게 노출하기
  • 워드프레스 사용자 등록 관리 및 등급

comment

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