fbSelect is a lightweight jQuery plugin that turns a standard HTML select input into a fully customizable toggle button. Handles <set>, disabled <option>, <select>, multiple, null/default values.
html toggle button with text, toggle switch html, toggle switch javascript, toggle button in html
jQuery Plugin for Interactive Multi-Select & Autocomplete Dropdown Lists
How to make use of it:
1. Load the jQuery fbSelect style sheet in the header section.
<link rel="stylesheet" href="jquery.fbs.min.css">
2. Download the latest version of the jQuery library and jQuery fbSelect script at the bottom of the webpage.
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script> <script src="jquery.fbs.js"></script>
3. Enter a normal selection element in your text.
<p> I'm good at <select id="demo" name="demo" title="demo"> <option value="1">jQuery</option> <option value="2">JavaScript</option> <option value="3">Html5</option> <option value="4">CSS3</option> <option value="4">Photoshop</option> </select> !!! </p>
3. Call the function on the selection.
$(''#demo').fbSelect();
4. Default settings.
// CSS class name of created <span> that replaces <select>. spanClass: "fbs", // array of CSS class names to be toggled between each click on <span>. spanClasses: ['fbs1','fbs2','fbs3','fbs4'], // set true to skip <option> with none/ blank values. skipNoValue: false
jQuery Plugin For Toggleable Inline Select Input, fbSelect Github
See Demo And Download
Official Website(fatbattk): Click Here
This superior jQuery/javascript plugin is developed by fatbattk. For extra Advanced Usages, please go to the official website.