Simply, MooChoose is a replacement for the standard select input. Since every browser and OS render them differently it can make your user interface look different to each user, this is no good in some cases where you really need to brand everything.
Really simple actually. You may use the default selectClass (moochoose) or you may decide to define that in your init.
Include in document HEAD
<script language="javascript" type="text/javascript" src="mootools-1.2.4-core-yc.js"></script> <script language="javascript" type="text/javascript" src="mootools-1.2.4.2-more.js"></script> <script language="javascript" type="text/javascript" src="moochoose.js"></script> <link rel="stylesheet" type="text/css" href="css/moochoose.css" />
Call MooChoose with domready event
var myMooChoose; window.addEvent('domready', function(){ myMooChoose = new mooChoose({ OPTIONS }); });
Documentation, Download & Examples
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