views:

798

answers:

3

Hi,

I need to make a horizontal "breaking-news" style bar with jQuery. I pick new from the server (the easy part) and I need some way to make them continually scroll from left to right. Any jQuery plugin to help me? thanks

+1  A: 
  1. jScroller
    Demo
    Download

  2. Silky smooth marquee:
    Demo
    Download

Ramesh Soni
A: 

Good gods, there is a plugin at jQuery site to make BBC style scrolling news ticker check it here.

Here is an article about making a horizontal scrolling news ticker

An article on texotela discuss news ticker and ajax.

TheVillageIdiot