본문 바로가기
반응형

text5

jquery 파일 업로드 시 선택된 파일 이름 표시 jQuery를 사용하여 파일 업로드 시 선택된 파일 이름을 표시하려면 요소의 change 이벤트를 활용하면 됩니다. 아래는 간단한 예제 코드입니다.     HTML   Choose a file: Selected file: None      동작 설명  HTML 구조: 사용자가 파일을 선택할 수 있는 파일 입력 필드입니다.: 선택된 파일 이름이 표시될 영역입니다.jQuery 코드$('#fileInput').on('change', ...): 파일 선택 필드에서 값이 변경될 때(파일 선택 시) 실행됩니다.$(this).val().split('\\').pop(): 파일 경로에서 파일 이름만 추출합니다. 브라우저마다 경로 형식이 다를 수 있으므로 spl.. 2024. 12. 5.
CSS Input Fields(입력창) #html / css #입력창 타이틀 https://codepen.io/alexerlandsson/pen/jWzoze CSS Input Fields Remake of a input design we're using a lot, but this time with pure CSS. Depending on :placeholder-shown... codepen.io 2024. 1. 26.
Titles and Description with Max Length(입력창) #html / css / js #입력창 텍스트 길이 체크 https://codepen.io/cristiancajiaos/pen/PMwdLP Titles and Description with Max Length The two title input fields and the description textarea in this pen, all have a maxlength imposed. ... codepen.io 2024. 1. 26.
counting words and character length on the fly #html / js #단어 갯수 / 총 텍스트 길이 체크 https://codepen.io/masbindev/pen/RwNJmBo counting words and character length on the fly ... codepen.io 2024. 1. 26.
CSS Text Animations - 모음 # html, css 사용 https://codepen.io/robjoeol/pen/WNywdEW Schitt's Creek (CSS) Title sequence for TV Series [Schitts Creek](https://en.wikipedia.org/wiki/Schitt%27s_Creek). I wrote [__a tutorial__](https://www.roboleary.net/anima... codepen.io #html, css 사용 https://codepen.io/Sicontis/pen/KKROgaG Codepen Challenge: Ghosts and Ghouls Based on a logo concept.... codepen.io #html, css(scss) 사용 https:/.. 2024. 1. 16.