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
2010-04-05 15:25:40
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
2010-04-05 15:47:50
A:
vooD
2010-04-05 15:29:43
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
2010-04-05 15:45:36
+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
2010-04-05 16:18:14