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

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

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