views:

54

answers:

3

I am in need of a jquery based 360 rotational slider I want the user to be able to grab the end and rotate it 360 degrees anyone know of anything like that I can't seem to find one

A: 

The only proper way for you to get this done in a way a client appreciates is by diving into HTML CANVAS element. I don't think one has been done for your purpose but I remember a while ago I saw soundmanager api company experimenting with 360 sliders in canvas for seeking time laps of sound on their player.

XGreen
that's an idea but I don't have the time or energy to write this code I might just have to go with a horizontal or vertical slider. I'm surprised that jquery-ui slider doesn't have a circle option
mcgrailm
A: 

Check this out: http://flowplayer.org/tools/demos/scrollable/plugins/index.html#circular

vooD
thanks but that not what I mean I need a circle with a handle that can be dragged 360 to manipulate an object with
mcgrailm
+2  A: 

Check out this example at interface.eyecon.ro, it has a circle and a draggable handle and from looking at the page source it's not too complicated.

fudgey
that looks good thank you. How did you find that gem !
mcgrailm