8
텍스트 상자에 마지막 숫자를 입력하면 첫 번째 숫자가 들어갑니다.
마지막 숫자 를 입력하면 첫 번째 숫자 가 안으로 들어가고 text-box(사라짐) 공백이 하나 더 추가됩니다. 외부를 클릭하면 text-box마지막 문자를 입력하는 동안 필요한 것이 좋습니다. #number_text { padding-left: 9px; letter-spacing: 31px; border: 0; background-image: linear-gradient(to right, #e1e1e1 70%, rgba(255, 255, 255, 0) 0%); background-position: left bottom; background-size: 38px 1px; background-repeat: repeat-x; …
14
javascript
jquery
html
css