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

    jQuery - 스마트폰 스크린 회전 감지 스크립트

    스마트폰의 스크린이 가로모드와 세로모드를 감지하여 필요에 따라 스타일시트나 스크립트를 다르게 사용하는 경우가 있다. 일단 css의 미디어쿼리로 처리하는 방법을 보면 아래와 같다. #cover{ display:none; } @media only screen and (device-width: 768px) and (orientation: landscape) { #cover{ display: block; } } @media only screen and (min-device-width: 320px) and (orientation: landscape) { #cover{ display: block; } }  위 […]

popular

  • jQuery-마우스 움직임을 이용, 좌표값 가져오기
  • [회고] Github Actions가 갑자기 안된다. (Waiting for a runner to pick up this job…)
  • 저장소 파일 불러올 때 권한 요청 설정
  • JSX - 마우스 오버/아웃 효과
  • react, vue - Uncaught SyntaxError: Unexpected token
  • JS - datepicker(jQueryUI,달력) 이용시 두개 날짜 범위 설정
  • git 특정 폴더만 다른 사용자
  • Github, AWS EC2, Next.js CI/CD 자동화 + Slack 연동
  • 리눅스 열린 포트(port) 확인
  • `value` prop on `input` should not be null. Consider using an empty string to clear the component or `undefined` for uncontrolled components.

comment

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