tags:

views:

1671

answers:

6

Does anyone know of a plugin for jQuery that emulates a sort of rotating wheel system?

+1  A: 

Is this the kind of thing you are looking for ?

http://www.antiyes.com/rotate-image-javascript

http://wilq32.googlepages.com/wilq32.rollimage222

John Boker
Hrnm. I meant more like a menu where the items would rotate in a circle, or behind other items.
Stacey
+7  A: 

This link is still in development, but are you talking about a Carousel type plugin like this?

jQuery UI Labs Carousel

Right now it is in development and is in a subversion repository, if you are familiar with subversion you can run this command (I tested this on a Mac, not sure how it should be worded on a Windows machine)

svn checkout http://jquery-ui.googlecode.com/svn/branches/labs/carousel jquery-carousel

Be sure to test it out in different browsers, I am not sure of its level of completeness.

Doug Neiner
That is very cool :)
fudgey
Yes, that is exactly what I am talking about!
Stacey
So ...where in the world can we get this? :O
Stacey
Its in a subversion repository, are you on a Mac or a PC?
Doug Neiner
+1  A: 

I'm experimenting the possibility of flash like rotating menu in jquery. I don't really know if I'm doing the right thing. check it out here. http://localhost/pixelcone/jquery/jquery-rotating-menu

John Lanz
You can't link people to "localhost". You have to give us an IP address that won't be blocked by a router/firewall, or have a hosted solution.
Mike Trpcic
+1  A: 

Sorry The actual link is here: http://pixelcone.com/jquery/jquery-rotating-menu

John Lanz
You can edit your origial post, then delete this one.
strager
+1  A: 

really nice stuf, thank for sharing

wiyono
+2  A: 

check out jQuery Radmenu - http://www.tikku.com/jquery-radmenu-plugin

Nirvana Tikku