A repository of over 1000 quality jQuery plugins

jQuery Gumi

Gumi is a jQuery Custom Styled plugin.

Created by B1lly

Simple jQuery plugin for creating custom styled form select elements and dropdowns with CSS.

Not what you're looking for? Click here to view more Custom Styled jQuery plugins

gumi

Simple jQuery plugin for creating custom styled drop-downs and form select elements with CSS.

Usage Documentation

To use gumi in your project, please check out the dist directory and visit our documentation site below:

http://b1lly.github.io/gumi

What you need to build Gumi

In order to build and contribute to Gumi, you need to have Node.js/npm latest and git 1.7 or later. (Earlier versions might work OK, but are not tested.)

For Windows you have to download and install git and Node.js.

Mac OS users should install Homebrew. Once Homebrew is installed, run brew install git to install git, and brew install node to install Node.js.

Linux/BSD users should use their appropriate package managers to install git and Node.js, or build from source if you swing that way. Easy-peasy.

How to build and minify your own Gumi

Clone a copy of the main Gumi git repo by running:

git clone git://github.com/b1lly/gumi.git

Enter the Gumi directory and fetch all the node tooling to minify and build your project.

cd gumi && npm install

This should install grunt and all of the grunt packages onto your machine.

Now by running the grunt command in the gumi directory, you will get your project minified into dist

grunt

Enjoy



You might also like these other Custom Styled jQuery Plugins

  • Bpopup

    bPopup is a lightweight jQuery modal popup plugin (only 1.34KB gzipped). It doesn't create or style your popup but provides you with all ...

  • Styled Select Menus

    Easily customize select menu appearance with a couple lines of jQuery and some clever CSS.

  • jQuery Enhancedfileinput

    A better HTML input for files, allowing custom styling and initial values.