jQuery Plugin: newsticker

A news ticker plugin using jQuery. Create a list of news items:

<ul id="news">
  <li>News Item 1</li>
  <li>News Item 2</li>
  <li>News Item 3</li>
  <li>News Item 4</li>
  <li>News Item 5</li>
</ul>

Then apply the plugin: $("#news").newsticker() to display each one in turn.

Comments

Anonymous said…
it doesnt work oO why? do u have an idea? www.4thcube.de/stuff/koka
i'm using the latest, complete jquery version
Sam said…
You need the latest from
http://jquery.com/src/

It looks like you have the old stable version.

Popular posts from this blog

Link: HTML Agility Pack (.NET)

Basic Excel Spreadsheet Generation (ASP/ASP.NET)

ASP.NET: Binding alphabet to dropdown list