BagiChoose is a plugin for mootools. This plugin is simply customize basic HTML Dropdown or Select to have a skin, or even a multi select
To use BagiChoose is simple, just add mootools-core and bagichoose.js and add bagichoose or bagichoosemulti at the control you want to mask.
<select class="bagichoose" id="ddlSingleSelect"> <option>Please Select</option> <option>Option One</option> <option>Option Two</option> </select>
or you may add create new instance by: window._bagichooses = new BagiChoose({ classId: '.bagichoosemulti', baseClass: 'ms', splitSelected: false, multiSelection: true });
if you have a question, please contact us code@bagide.com
A note on comments here: These comments are moderated. No comments will show up until they are approved. Comments that are not productive (i.e. inflammatory, rude, etc) will not be approved.
Found a bug in this plugin? Please report it this repository's Github Issues.
blog comments powered by Disqus