반응형

select 5

[UI] input, selectbox, box-shadow css, modal popup 디자인 사이트

좀 뻘글이긴한데, 그냥 회사에서 쓰려고 디자인 찾기 귀찮아서 저장해둠. https://csshint.com/css-input-text/ 20+ CSS Input text - csshint - A designer hub Latest Collection of free Hand picked Html CSS Input text Examples. Demo and Download the zip (*.zip). jumping input text, CSS Floated Labels csshint.com https://freefrontend.com/css-select-boxes/ 31 CSS Select Boxes Collection of free HTML and CSS custom select box code exam..

취업/UI 디자인 2022.02.23

[php]daterangepicker 월요일 선택시 자동 일요일도 추가.

$('#dates').daterangepicker({ "locale": { startOfWeek: 'monday', "format": "YYYY-MM-DD", "separator": " ~ ", "applyLabel": "확인", "cancelLabel": "취소", "fromLabel": "From", "toLabel": "To", "customRangeLabel": "Custom", "weekLabel": "W", "daysOfWeek": ["일", "월", "화", "수", "목", "금", "토"], "monthNames": ["1월", "2월", "3월", "4월", "5월", "6월", "7월", "8월", "9월", "10월", "11월", "12월"], }, singleDatePicker:..

[php] Select Box option value throw at current php

php 페이지 입력값을 넘기는데 있어 여러가지 방법이 있다. 1. quertstring의 방법 해당 태그중 db에서 주는 값을 주고 해당 번호를 클릭하면 href ="특정페이지?id=x" 이렇게 넘겨주고 이를 분석하는 코드를 넣어 번호 값을 가져와 이를 처리하는 방법이 있다. 2. 아니면 오늘 설명하는 방법인 form 태그 select 박스의 밸류값을 이용한 방법이다. Choose option Apple Banana Coconut Blueberry Strawberry 위의 html같은 방식으로 구현을 한 다음 해당 코드를 구현했더니 해당 페이지에 제대로 된 내가 원하는 value값을 가져와 해당 페이지를 쓸 수 있었다. 아직 다시보니 disable을 코드에 집어넣지 않았는데, 이를 내일가서 고쳐야겠다. ..

취업/PHP 2021.07.13
728x90