Skip to content
This repository has been archived by the owner on Mar 12, 2022. It is now read-only.

Latest commit

 

History

History
23 lines (14 loc) · 807 Bytes

README.md

File metadata and controls

23 lines (14 loc) · 807 Bytes

foundation-select

jQuery plugin for custom <select> inputs in Zurb Foundation 5 using Foundation Dropdowns plugin for compatibility.

View examples here.

How to

  • Include foundation-select.js in your footer
  • Include foundation-select.css in your <head>
  • Call $('select').foundationSelect() before $(document).foundation()

Make sure you have a unique ID on your <select>s.

Features

  • Set data-prompt="Your custom prompt..." on your <select> for a custom prompt. Default is "Choose..."
  • Support for multiple option <select>s. Just add multiple parameter to your <select>

Help

Fork it and make it better :)