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

  • 로고디자인 - 블랙과 화이트 색상을 이용한 심플한 로고 디자인 모음
  • 앱스토어 리젝 사유 : Guideline 2.1 - Performance - App Completeness (하이브리드 앱의 웹뷰 첨부 이미지 이슈)
  • 버튼에 그림자 빼기
  • Seoul Cinema mobile web open
  • E212: Can't open file for writing
  • cicd codedeploy 후 .war 파일 복사 후 tomcat unpack 했는데 작동 안함 (unpack 폴더 빈상태)
  • jQuery-마우스 움직임을 이용, 좌표값 가져오기
  • HYUNDAI Department Store, PanGyo
  • 정규식 개인 통관 고유 번호 체크
  • 관리자가 보내는 이메일 주소와 이름 변경하기

comment

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