Quick Search Dropdown Plugin With javascript – fstdropdown

Form
Bootstrap Style Searchable Dropdown Plugin – fstdropdown
File Size: 3.55 KB
Views Total: 2779 views
Last Update:September 08, 2023
Publish Date: November 30, 2018
Official Website: Go to website
License: MIT
Plugin Author: VirtusX
Demo    Download

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

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.
List Of Version :

Mady

Mady Schaferhoff is an expert jQuery script at jQuerypost. He offers web development services to clients globally. He also loves sharing Html,CSS, jQuery knowledge through blog posts like this one.