Select2

Developer
Size
3,383 Kb
Views
6,072

How do I make an select2?

What is a select2? How do you make a select2? This script and codes were developed by Tom Markart on 31 January 2023, Tuesday.

Select2 Previews

Select2 - Script Codes HTML Codes

<!DOCTYPE html>
<html >
<head> <meta charset="UTF-8"> <title>Select2</title> <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/meyer-reset/2.0/reset.min.css"> <link rel='stylesheet prefetch' href='https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/3.3.7/css/bootstrap.min.css'>
<link rel='stylesheet prefetch' href='https://select2.github.io/dist/css/select2.min.css'>
<link rel='stylesheet prefetch' href='https://select2.github.io/css/font-awesome.css'> <link rel="stylesheet" href="css/style.css">
</head>
<body> <br /><br />
<div class="container"> <form> <h4> Basic </h4> <select class="js-example-basic-single"> <option selected="selected" value=""></option> <option value="01"> A-1 Septic Service Inc. - 12345678910 - <i class="policy-type">Commercial Automobile</i> </option> <option value="02"> Bill Gordon - 37849423435 - Commercial Auto </option> <option value="03"> Bill Thomas - 37849423435 - Commercial Auto </option> <option value="04"> Don Young - 47389045060 - General Liability </option> <option value="05"> Donald Olderman - 44852694256 - General Liability </option> <option value="06"> Edgar Martinez - 13579246804 - Property </option> <option value="07"> Edgar Martinez - 13579246804 - Workers Comp </option> <option value="08"> Elizabeth Warren - 28340345935 - Workers Comp </option> <option value="09"> Jesus Gonzalez - 12589463285 - Property </option> <option value="10"> Mario Flores - 37849501745 - Workers Comp </option> <option value="11"> Matthew Smith - 80125963215 - Commercial Auto </option> <option value="12"> Matthew Smith - 80125963215 - Workers Comp </option> <option value="13"> Richard Young - 47389045060 - General Liability </option> <option value="14"> Steve Lacina - 85236974125 - Commercial Auto </option> <option value="15"> Tom Chorske - 21389234023 - Commercial Auto </option> <option value="16"> Thomas Foolery - 12003652158 - Commercial Auto </option> <option value="17"> Thomas Kelsey - 12003652158 - Commercial Auto </option> <option value="18"> Tom Markart - 91928050180 - Commercial Auto </option> <option value="19"> Tom Markart - 91928050182 - General Liability </option> <option value="20"> Tom Markart - 91928050184 - Workers Comp </option> </select> <h4> Grouped </h4> <select class="js-example-basic-single"> <option selected="selected" value=""></option> <option value="01"> A-1 Septic Service Inc. - 12345678910 - <i class="policy-type">Commercial Automobile</i> </option> <option value="02"> Bill Gordon - 37849423435 - Commercial Auto </option> <option value="03"> Bill Thomas - 37849423435 - Commercial Auto </option> <option value="04"> Don Young - 47389045060 - General Liability </option> <option value="05"> Donald Olderman - 44852694256 - General Liability </option> <optgroup label="Edgar Martinez"> <option value="06"> Edgar Martinez - 13579246804 - Property </option> <option value="07"> Edgar Martinez - 13579246804 - Workers Comp </option> </optgroup> <option value="08"> Elizabeth Warren - 28340345935 - Workers Comp </option> <option value="09"> Jesus Gonzalez - 12589463285 - Property </option> <option value="10"> Mario Flores - 37849501745 - Workers Comp </option> <optgroup label="Matthew Smith"> <option value="11"> Matthew Smith - 80125963215 - Commercial Auto </option> <option value="12"> Matthew Smith - 80125963215 - Workers Comp </option> </optgroup> <option value="13"> Richard Young - 47389045060 - General Liability </option> <option value="14"> Steve Lacina - 85236974125 - Commercial Auto </option> <option value="15"> Tom Chorske - 21389234023 - Commercial Auto </option> <option value="16"> Thomas Foolery - 12003652158 - Commercial Auto </option> <option value="17"> Thomas Kelsey - 12003652158 - Commercial Auto </option> <optgroup label="Tom Markart"> <option value="18"> Tom Markart - 91928050180 - Commercial Auto </option> <option value="19"> Tom Markart - 91928050182 - General Liability </option> <option value="20"> Tom Markart - 91928050184 - Workers Comp </option> </optgroup></select> </form>
</div> <script src='https://cdnjs.cloudflare.com/ajax/libs/jquery/3.2.1/jquery.min.js'></script>
<script src='https://select2.github.io/dist/js/select2.full.js'></script> <script src="js/index.js"></script>
</body>
</html>

Select2 - Script Codes CSS Codes

.select2-container { width: 75%;
}
.policy-type { color: #ccc;
}

Select2 - Script Codes JS Codes

//https://select2.github.io/examples.html
$(document).ready(function() { $(".js-example-basic-single").select2({ placeholder: "Filter Available Policies", width: "style" // Copies the value of the width style attribute set on the source element });
});
Select2 - Script Codes
Select2 - Script Codes
Home Page Home
Developer Tom Markart
Username tmarkart
Uploaded January 31, 2023
Rating 3
Size 3,383 Kb
Views 6,072
Do you need developer help for Select2?

Find the perfect freelance services for your business! Fiverr's mission is to change how the world works together. Fiverr connects businesses with freelancers offering digital services in 500+ categories. Find Developer!

Tom Markart (tmarkart) Script Codes
Create amazing Facebook ads with AI!

Jasper is the AI Content Generator that helps you and your team break through creative blocks to create amazing, original content 10X faster. Discover all the ways the Jasper AI Content Platform can help streamline your creative workflows. Start For Free!