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.
- Host: GitHub
- URL: https://github.com/ekaputra07/jquery-flexylist
- Owner: ekaputra07
- License: bsd-3-clause
- Created: 2012-08-01T08:40:45.000Z (almost 13 years ago)
- Default Branch: master
- Last Pushed: 2012-08-01T09:19:17.000Z (almost 13 years ago)
- Last Synced: 2025-06-08T06:08:35.265Z (about 1 month ago)
- Language: JavaScript
- Homepage:
- Size: 102 KB
- Stars: 0
- Watchers: 1
- 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
});