Skip to main content

Bug Tracker

Side navigation

#13706 closed feature (plugin)

Opened April 01, 2013 06:33PM UTC

Closed April 01, 2013 06:46PM UTC

Last modified April 07, 2013 03:36AM UTC

Wondering why there isn't a .cycle() method?

Reported by: aaron@lifeiscontent.net Owned by:
Priority: undecided Milestone: None
Component: unfiled Version: 1.9.1
Keywords: Cc:
Blocked by: Blocking:
Description

I feel like there is a good portion of my time spent building cycle implementations wether it be for a image gallery, or just pushing dom nodes back to the top of a list.

is there a reason behind jQuery not having a cycle method?

the next and prev methods are pretty close, however they don't loop back around to the end or beginning of the list.

What do you think?

Attachments (0)
Change History (2)

Changed April 01, 2013 06:46PM UTC by rwaldron comment:1

resolution: → plugin
status: newclosed

Changed April 07, 2013 03:36AM UTC by aaron@lifeiscontent.net comment:2

Replying to [comment:1 rwaldron]:

http://plugins.jquery.com/cycle/

The links to that plugin are dead.

And I don't mean a fully blown animation plugin, just a simple plugin that would cycle through the list of elements a jQuery object has.