Posts

Showing posts from September, 2006

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.

Checkbox manipulation using jQuery

I have done a set of plugins for working with multiple checkboxes on a page (check, uncheck and toggle) - checkbox manipulation .

Link: Learning jQuery

Learning jQuery is a new blog all about teaching the basics as well as tutorials, demos and perhaps advanced subjects in the future. There are only a few posts at the moment (because it is so new), but I expect it to be become more valuable (for beginners and intermediate/advanced jQuery developers alike).