Quick Search Dropdown Plugin With fstdropdown JavaScript plugin is display a normal select dropdown into a searchable, A Bootstrap style design with drop-down select with pure JavaScript and CSS. A dropdown filterable search plugin with jQuery
Table of Contents
How to use :
Add source for java Script & CSS.
<script src="fstdropdown.js"></script>
<link rel="stylesheet" href="fstdropdown.css">
Just add the CSS class fstdropdown-select
to your select element.
<select class="fstdropdown-select" id="example">
<option value="">Select option</option>
<option value="1">First</option>
<option value="2">Second</option>
<option value="3">Third</option>
</select>
Initialize the plugin on a specific select element.
setFstDropdown();
Done
Thanks for make jQuery plugin is developed by VirtusX For more Helpfull for users, please check the demo page or visit the official website.