BagiChoose 0.6

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



Details

Author
bagide code
Current version
0.6
GitHub
bagicode/BagiChoose
Downloads
5984
Category
Forms
Tags
Report
GitHub Issues

Releases


Dependencies

  • _self_/_current_:
    • mootools-core 1.2 +
    • mootools-more 1.2 +

How to use

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 });


Arbitrary Section

if you have a question, please contact us code@bagide.com


Discuss

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