Search
 
SCRIPT & CODE EXAMPLE
 

HTML

bootstrap 4 selectpicker

<select class="selectpicker">
  <option>Mustard</option>
  <option>Ketchup</option>
  <option>Barbecue</option>
</select>
Comment

bootstrap 4 selectpicker

$(function () {
    $('select').selectpicker();
});
Comment

bootstrap 4 selectpicker

// To style only selects with the my-select class
$('.my-select').selectpicker();
Comment

bootstrap 4 selectpicker

// To style all selects
$('select').selectpicker();
Comment

bootstrap 4 selectpicker

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

<!-- Latest compiled and minified JavaScript -->
<script src="https://cdn.jsdelivr.net/npm/bootstrap-select@1.13.14/dist/js/bootstrap-select.min.js"></script>

<!-- (Optional) Latest compiled and minified JavaScript translation files -->
<script src="https://cdn.jsdelivr.net/npm/bootstrap-select@1.13.14/dist/js/i18n/defaults-*.min.js"></script>
Comment

PREVIOUS NEXT
Code Example
Html :: how to make a div stick to bottom of page bootstrap 
Html :: ion-searchbar debounce 
Html :: markdown: text alignment and size 
Html :: tab image code 
Html :: vue select v-for 
Html :: pyscript boilerplate 
Html :: input text size 
Html :: html type file extension 
Html :: php prevent form resubmission 
Html :: canonical link 
Html :: seo tags in html 
Html :: no blank space html 
Html :: display object with indentaion in html 
Html :: html website ideas 
Html :: how to summon an entity with a tag 
Html :: html auto start video 
Html :: tailwind flex column on mobile 
Html :: js input change form submit 
Html :: javascript onclick alert are you sure 
Html :: inline bootstrap 
Html :: what to use for double quotes in html 
Html :: how to add jquery to shopify 
Html :: 0 
Html :: how to get html code in selenium python 
Html :: html table multiple headers 
Html :: font awesome css content not working 
Html :: html local image 
Html :: select option default value 
Html :: What is the correct HTML element for playing audio files? 
Html :: onsubmit in html 
ADD CONTENT
Topic
Content
Source link
Name
2+3 =