Skip to content

Latest commit

 

History

History
30 lines (22 loc) · 602 Bytes

File metadata and controls

30 lines (22 loc) · 602 Bytes

Mass Input

A jQuery plugin with Bootstrap for complex input field

Getting Started

Download the production version or the development version.

In your web page:

<script src="jquery.js"></script>
<script src="dist/mass-input.min.js"></script>
<script>
jQuery(function($) {
  $.awesome(); // "awesome"
});
</script>

Documentation

(Coming soon)

Examples

(Coming soon)

Release History

(Nothing yet)