Skip to content

Instantly share code, notes, and snippets.

View afrontend's full-sized avatar

Bob Hwang afrontend

View GitHub Profile
item[0].type === "screen"
@afrontend
afrontend / onlyNumberWithoutHangul.html
Created October 30, 2020 15:45
<INPUT> 에서 숫자만 입력 받는 방법
<!doctype html>
<html class="no-js" lang="">
<head>
<meta charset="utf-8">
<style type="text/css">
#app {
font-family: Avenir, Helvetica, Arial, sans-serif;
text-align: center;
margin-top: 60px;