Posts

Showing posts from April, 2007

jQuery Plugin update: newsticker

I've updated my news ticker plugin to fix a few bugs. Also included on the page are some examples of adding content dynamically and applying it to the added content.

jQuery Plugin update: jQIR (jQuery Image Replacement)

jQIR (jQuery Image Replacement ) has been updated to take into account hyperlinks (i.e. it wraps the image with them). You can also run a function when the image has loaded.

Select box manipulation with jQuery - update and new plugin

In my plugins for working with select boxes , ajaxAddOption can now call a function after the options have been added. There is also a new plugin (containsOption) for checking if an option with a given value exists.