https://github.com/methodofaction/extremes
A jquery plug-in to lay out elements around a circle
https://github.com/methodofaction/extremes
Last synced: 3 months ago
JSON representation
A jquery plug-in to lay out elements around a circle
- Host: GitHub
- URL: https://github.com/methodofaction/extremes
- Owner: methodofaction
- Created: 2011-06-08T17:37:15.000Z (about 15 years ago)
- Default Branch: master
- Last Pushed: 2011-09-01T17:23:00.000Z (almost 15 years ago)
- Last Synced: 2026-01-14T13:18:13.585Z (5 months ago)
- Language: JavaScript
- Homepage: http://duopixel.com/extremes/
- Size: 90.8 KB
- Stars: 81
- Watchers: 1
- Forks: 6
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# Extremes - a jQuery plug-in to put lists around a circle
* Author: Mark MacKay [http://duopixel.ca/](http://duopixel.ca)
* Homepage: [http://duopixel.com/extremes](http://duopixel.com/extremes)
* License: GPLv2/MIT
* Meaning: Use anywhere you'd like. Credits appreciated, not required.
## 1. Why?
When ordering lists you will often find that topics come to a full circle; the first item is very similar to the last one. In these cases a better visual representation would be ordering them around a circle, instead top to bottom.
I'm aware this is extremely limited in scope, but have you ever tried doing it in a drawing program? I'd rather stick my head in the oven and go full throttle on the gas.
## 2. How?
**Just give me the defaults**
$('.selector').extremes();
**Let me configure to my liking**
$('.selector').extremes({
diameter: 200
});
## 3. Browser support
Should work in modern browsers (Firefox, Safari, Chrome, Opera, Internet Explorer 9).
## 4. History
Version 0.1 - Initial release