JQuery Dropdown Select Box Plugin | Wowdown

Wowdown is turning a boring <select> tag into something beautiful. A jQuery plugin that turns regular select boxes into beautiful, animated dropdowns with tons of customization options.

nice select, jquery nice select with search, jquery select dropdown, nice select with search option, jquery nice select multiple, jquery nice select on change

How to make use of it:

1. Load the jQuery Wow down plugin’s files within the HTML doc.

<link rel="stylesheet" href="/path/to/css/wowdown.css" />
<script src="/path/to/cdn/jquery.min.js"></script>
<script src="/path/to/js/wowdown.min.js"></script>

2. Define the placeholder of the dropdown utilizing the data-placeholder attribute:

<select id="example" data-placeholder="Select A Language">
  <option value="jquery">jQuery</option>
  <option value="script">Script</option>
  <option value="net">.net</option>
</select>

3. Call the function wowdown on the choose component and performed.

$(function(){
  $('#example').wowdown();
});

4. Customize the looks of the dropdown utilizing the next choices.

$('#example').wowdown({
  background: "#e5e5e5",
  active_background: "#fff",
  placeholder_color: "#000",
  placeholder_active_color: "#000",
  option_color: "#000",
  vertical_padding: "15px",
  horizontal_padding: "40px",
});

5. Enable the intense mode, which signifies that the dropdown is opened in a fullscreen popup.

$('#example').wowdown({
  intense: true,
});

6. Trigger a performance every time you choose a possibility.

<select id="example" data-callback="customCallback" data-placeholder="Select A Language">
  <option value=""></option>
  <option value=""></option>
  <option value=""></option>
</select>
function customCallback(value) {
  alert("The value selected is " + value)
}

Pretty Select Box Replacement, Wowdown Plugin/Github, pretty select dropdown, nice select npm


See Demo And Download

Official Website(dopevog): Click Here

This superior jQuery/javascript plugin is developed by dopevog. For extra Advanced Usage, please go to the official website.

Related Posts

VenoBox-Responsive-jQuery-Lightbox-Plugin

Responsive Image Gallery Lightbox jQuery Plugin | VenoBox

VenoBox is a responsive jQuery modal window plugin suitable for images, embedded content, iFrames, Google Maps, Vimeo, and YouTube videos. The big difference compared to many other…

bootstrap-dropdown-on-hover

[Animation] Bootstrap Multi-Level Responsive Dropdown Menu

Bootstrap-based multi-level dropdown navigation menu with cool animations. The dropdown on Hover is a jQuery plugin used to create Bootstrap multi-level scroll-triggered dropdown menus with CSS3 animations…

Google-Translate-Dropdown-Customize-With-Country-Flag

Google Translate Dropdown Customize With Country Flag | GT API

Flag google translates jQuery text that takes advantage of the Google Cloud Translation API to translate web content between languages by selecting a country from the dropdown…

Bootstrap-Fileinput

HTML 5 File Input Optimized for Bootstrap 4.x./3.x with File Preview | Bootstrap Fileinput

bootstrap-fileinput is an improved HTML 5 file input  Bootstrap 5.x, 4.x and 3.x with file preview for different files, provides multiple selections, resumable section uploads, and more….

Floating-Whatsapp-Chat-Button

How to Add Floating Whatsapp Chat Button In HTML | venom-button

Venom Button is a very simple plugin for the jQuery floating WhatsApp button. Adds a floating button to your site that calls WhatsApp Click to Chat API. It will automatically start the WhatsApp…

Bootstrap-4-Sidebar-Menu-Responsive-Template

Bootstrap 4 Sidebar Menu Responsive Template | MDB

Bootstrap Side Navbar – Responsive sidebar template based on the Bootstrap 4 framework. An easy-to-use, totally responsive, Google Material Design impressed aspect navigation for modern web app…

Leave a Reply

Your email address will not be published. Required fields are marked *