An open API service indexing awesome lists of open source software.

https://github.com/ripjar/jquery.grid-picker

jQuery plugin for picking a column and row layout
https://github.com/ripjar/jquery.grid-picker

Last synced: 6 months ago
JSON representation

jQuery plugin for picking a column and row layout

Awesome Lists containing this project

README

          

jquery.grid-picker
==================

jQuery plugin for picking a column and row layout

Usage
====

$('.input-element').gridPicker({
rows: 10,
cols: 10
});

![Example Picker](http://i.imgur.com/h2W16eS.png)

http://jsfiddle.net/tnn3qgvj/9/