Submit your widget

Around a circle menu with jQuery

Created 11 years ago   Views 13217   downloads 2473    Author duopixel
Around a circle menu with jQuery
View DemoDownload
48
Share |

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.

use

<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).

The article source:https://github.com/duopixel/Extremes

Tag: css3 menu