Style Sheet/Bootstrap5

๐Ÿ”ฎ Bootstrap - Select Picker ๋ฉ”๋‰ด ์Šคํƒ€์ผ

์ธํŒŒ_ 2021. 10. 24. 15:33

๋ถ€ํŠธ์ŠคํŠธ๋žฉ

Select Picker

์„ ํƒ์ƒ์ž์— css๋””์ž์ธ์„ ์ž…ํ˜€์ฃผ๊ณ  ์ž๋ฐ”์Šคํฌ๋ฆฝํŠธ์™€์˜ ๋™์  ๋™์ž‘์„ ์ง€์›ํ•ด์ฃผ๋Š” ๋ผ์ด๋ธŒ๋Ÿฌ๋ฆฌ ์ด๋‹ค.

Select Picker ๋‹ค์–‘ํ•œ ์ปดํฌ๋„ŒํŠธ ์˜ˆ์‹œ


Select Picker ๋‹ค์šด & ์‚ฌ์šฉ

<!-- Latest compiled and minified CSS -->
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap-select@1.13.18/dist/css/bootstrap-select.min.css">

<!-- Latest compiled and minified JavaScript ํ•œ๊ตญ์–ด ๋ฒˆ์—ญ ํŒŒ์ผ -->
<script src="https://cdnjs.cloudflare.com/ajax/libs/bootstrap-select/1.13.18/js/i18n/defaults-ko_KR.min.js"></script>
<!-- selectpicker ๋ผ๋Š” ํด๋ž˜์Šค๋ฅผ ๋ถ€์—ฌํ•œ๋‹ค. -->
<select class="my-select selectpicker">
  <option>Mustard</option>
  <option>Ketchup</option>
  <option>Barbecue</option>
</select>
$('.my-select').selectpicker(); // selectํ”ผ์ปค ์ž‘๋™

Select Picker ๋‹ค์–‘ํ•œ ์ปดํฌ๋„ŒํŠธ ์˜ˆ์‹œ

 

Examples | bootstrap-select · SnapAppointments Developer

width: '150px' Mustard Ketchup Relish All of the above (and much, much more!)

developer.snapappointments.com

Select Picker ๋‹ค์–‘ํ•œ ์ปดํฌ๋„ŒํŠธ ์˜ˆ์‹œ