I need a very simple jQuery to constantly scroll a list of text items up without using a plugin. I know this is probably fairly simple but I can’t find an example that I can use and I have already spent too much time on it at work.
No parameters will need to be changed by mouse hover or button click, so everything can be ran within document.ready and never touched again. My only request is that, ideally, it should be constantly looped.
In short:
With
#cyclerbeing the container with thedivs that are to be cycled. See demo.