Submit your widget

Super simple jQuery ticker text slideshow

Created 13 years ago   Views 60113   downloads 10949    Author alexfish
Super simple jQuery ticker text slideshow
View DemoDownload
145
Share |

Plugin to rotate list items inside an unordered list, plugin will automaticlly hide all but the first list items and then rotate them.

Usage is very simple, say for example we have an unordered list with an id of ticker, we can rotate each list item by simply including the plugin on our page and then calling it on our unordered list like so:

$(document).ready(function(){
        $('#ticker').list_ticker({
                speed:2000,
                effect:'fade'
        })              
})

 

In this example we are setting the speed to 2000 milliseconds, although this can be defined to whatever you wish. We are also setting the transition effect to 'fade', which will obviusly use a fade effect for transitions. The availaible options are as follows:

effect
  • fade
  • slide