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

https://github.com/ekaputra07/jquery-flexylist

Simple JQuery Plugin to create a same list width based on ul width and spacing width option.
https://github.com/ekaputra07/jquery-flexylist

Last synced: about 2 hours ago
JSON representation

Simple JQuery Plugin to create a same list width based on ul width and spacing width option.

Awesome Lists containing this project

README

        

jQuery-FlexyList
================

Create a same list width based on ul width and spacing width option.

Usage:

$('ul.flexylist').flexyList({
'spacing' : 20 // default spacing = 10
});