Search
 
SCRIPT & CODE EXAMPLE
 

HTML

bootstrap select

<select class="custom-select">
  <option selected>Open this select menu</option>
  <option value="1">One</option>
  <option value="2">Two</option>
  <option value="3">Three</option>
</select>
Comment

bootstrap selec

<div class="form-group">
    <label for="exampleSelect">Example select</label>
    <select class="form-control" id="exampleSelect">
      <option value="" selected>1</option>
      <option value="">2</option>
      <option value="">3</option>
      <option value="">4</option>
      <option value="">5</option>
    </select>
</div>
Comment

select bootstrap

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

select bootstrap

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

select bootstrap

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

PREVIOUS NEXT
Code Example
Html :: html how to insert image 
Html :: html scroll div to top 
Html :: Include HTML File in HTML FILE 
Html :: use png instead of icon html 
Html :: auto select radio button 
Html :: html disable anchor link 
Html :: how to add css to html 
Html :: css animation fade out after delay 
Html :: how to get text in middle of page html 
Html :: CSS apply to selected option in select tag 
Html :: bootstrap 4 success alert 
Html :: email html table 
Html :: how to disable li tag in html 
Html :: tabs bootstrap 3 
Html :: disabled attribute is not working in html 
Html :: how to put anchor in center in html 
Html :: select option default value 
Html :: svelte comments 
Html :: what does :root do in html 
Html :: tailwind ul list type 
Html :: how to display google map in html 
Html :: html string to int 
Html :: row span 
Html :: differences between html and xhtml 
Html :: starter template bootstrap 
Html :: html table cell full width 
Html :: time input html 
Html :: html video player 
Html :: bootstrap gutter 
Html :: upload button in html 
ADD CONTENT
Topic
Content
Source link
Name
9+6 =