Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

jQuery Rotating Wheel Menu [closed]

Tags:

jquery

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

like image 561
Ciel Avatar asked Dec 01 '22 11:12

Ciel


1 Answers

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.

like image 128
Doug Neiner Avatar answered Dec 15 '22 07:12

Doug Neiner