Create simple and lightweight dropdown menu only in HTML & jQuery, style with CSS.

select one option...

Simple to code

Just 4 lines of HTML and a line of JavaScript!
All the rest is made by your CSS.

View HTML
<div class="switcher-container">
  <div class="filter-widget">
    <span class="filter-active">select</span>
    <div class="switcher">
      //insert here your content
    </div>
  </div>
</div>
                  
View jQuery
jQuery('.switcher-container').switcher();
                  

Ready to Responsive

Use the simple media queries to the widget. Functionality remain the same in every device!

Resize the Window!

Requirements

Working on

  • Internet Explorer 8.x +
  • Mozilla FireFox
  • Apple Safari
  • Google Chrome
  • Opera

Switcher latest version

Download the latest version of Switcher plugin.

download now read documentation

Find a bug or suggest e feature? Open an issue on GitHub!