Ecosyste.ms: Awesome
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: 5 days ago
JSON representation
Simple JQuery Plugin to create a same list width based on ul width and spacing width option.
- Host: GitHub
- URL: https://github.com/ekaputra07/jquery-flexylist
- Owner: ekaputra07
- License: bsd-3-clause
- Created: 2012-08-01T08:40:45.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2012-08-01T09:19:17.000Z (over 12 years ago)
- Last Synced: 2023-03-25T21:08:06.718Z (almost 2 years ago)
- Language: JavaScript
- Homepage:
- Size: 102 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
});