This week I launched my new plugin jBanner, a jQuery plugin for displaying a rotating banner from an unordered list of images. You can check out a demo here: jBanner Demo. jBanner builds a rotating banner ad in slideshow format complete with linking, and timer abilities (play/pause, and pagination to come soon). The banner is built from an unordered list in this HTML structure:
<ul><li><a><img/></a></li></ul>
Options supported include: height, and width of images, borders, amount of padding around images, amount of margin around images, caption on or off, caption height, timer delay, and transition speed.
You can find more information at jBanner or jBanner GitHub Repo