- Author: Mark MacKay http://duopixel.ca/
- Homepage: http://duopixel.com/extremes
- License: GPLv2/MIT
- Meaning: Use anywhere you'd like. Credits appreciated, not required.
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.
<script src="jquery.js"></script>
<script src="extremes.js"></script>
Just give me the defaults
$('.selector').extremes();
Let me configure to my liking
$('.selector').extremes({
diameter: 200
});
Should work in modern browsers (Firefox, Safari, Chrome, Opera, Internet Explorer 9).
Version 0.1 - Initial release