jQuery plugin for custom <select> inputs in Zurb Foundation 5 using Foundation Dropdowns plugin for compatibility.
View examples here.
- Include
foundation-select.jsin your footer - Include
foundation-select.cssin your<head> - Call
$('select').foundationSelect()before$(document).foundation()
Make sure you have a unique ID on your <select>s.
- Set
data-prompt="Your custom prompt..."on your<select>for a custom prompt. Default is "Choose..." - Support for multiple option
<select>s. Just addmultipleparameter to your<select>
Fork it and make it better :)