Javascript/JQuery
daterangepicker 날짜 지정하기
Back
2016. 8. 31. 09:13
https://jqueryui.com/download/
jQuery ui 라이브러리를 부른후 사용하여야한다.
1 2 3 4 5 6 7 | $('.date_picker_popup').daterangepicker({ locale: { format: 'YYYY-MM-DD' }, singleDatePicker: true, showDropdowns: true }); |
PositionPositions elements relative to other elements.
:data SelectorSelects elements which have data stored under the specified key.
disableSelectionDisable selection of text content within the set of matched elements.
:focusable SelectorSelects elements which can be focused.