JS 도라에몽
드롭다운(dropdown), 셀렉트(select) 라이브러리 - Nice Select
박금향
2024. 10. 15. 17:49
Select는 CSS로 커스텀하기 매우 빡세고, 특히 option부분은 건드리지도 못한다.
그래서 다들 div로 어케어케 바꿔 만들거나, 라이브러리를 쓴다.
몇 번 div로 직접 바꿔가면서 만들어 썼었는데, 그냥 라이브러리가 훨씬 편해서 앞으로 라이브러리를 쭉 쓰자고 마음먹었다.
가볍고 쓰기 편한 select dropdown 라이브러리
제이쿼리 나이스 셀렉트 jQuery Nice Select 다.
매우 가볍고 쓰기 쉬워서 난 이게 더 좋았다.
https://jqueryniceselect.hernansartorio.com/
jQuery Nice Select
Usage 1. Include jQuery and the plugin. 2. Include the plugin styles, either the compiled CSS... ...or, ideally, import the SASS source (if you use SASS) in your main stylesheet for easier customization. @import 'nice-select'; // Or 'nice-select-prefixed'.
jqueryniceselect.hernansartorio.com
사이트에 들어가면 css와 js를 한 번에 다운받을 수 있고 어떻게 쓰는건지 설명도 잘 되어있다.
위의 기본 select 디자인이 아래와 같이 바뀐다. 매우매우 편함!
CSS도 이 상태에서 커스텀할 수 있다.