Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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: 5 days 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
});