1.4.1 • Published 5 years ago

jigl v1.4.1

Weekly downloads
1
License
MIT
Repository
github
Last release
5 years ago

jQuery Input Grid Library (JIGL)

JIGL is a library of customizable form-compliant input fields and groups based on jQuery. Some features include:

  • Self-validating inputs with support for email and password fields
  • Support for creating a grid of inputs
  • A visually appealing style with built-in labels

Latest Version

1.4.1

Downloading Library

This library is available using Bower and NPM. To use it in your project perform the following steps:

Bower

$ bower install jigl

The main files for the library will be located in bower_components/jigl/dist/.

NPM

$ npm install jigl

The mains files for the library will be located in node_modules/jigl/dist/.

There is a development version and a minified version for production.

Contributing

First install Node.js

Next you need to install Gulp globally

$ npm install -g gulp

Then clone the repository and run Gulp

$ git clone https://github.com/0xKione/jquery-input-grid.git
$ cd path/to/repo
$ npm install
$ bower install
$ gulp dev

To generate a release build

$ cd path/to/repo
$ gulp production

And you're good to go!

Usage

To learn the functionality of the library check out the JIGL Usage page

Status

I am still actively contributing to this repository making improvements and bug fixes. This is my first real GitHub library so there have been a few unneccesary releases, but I am getting more familiar with that process.

License

MIT

1.4.1

5 years ago

1.4.0

7 years ago