jQuery Roundup

Fri, Nov 20, 2009

web

swiss army mouseOne of the biggest tools in our toolbox lately is jQuery. Just about every site we create these days has at least one jQuery feature or plugin that we’re using. If you’ve read this far and your eyes haven’t rolled back in your head, then you most likely know what jQuery is and probably also know that there is no shortage of web pages and articles about jQuery. This is by no means a comprehensive look at using jQuery, but we thought we’d share some of the plugins we’ve found very useful.

Countdown Timer - this plugin makes it very easy to have a countdown clock on your site. We’ve used this quite a bit to count down to events, like a Night of Worship or the next KidStuf Live. We have even used it in a behind-the-scenes, invisible manner to kick off an action at a specific point in time using the callback methods.

Slideshow / Cycle - a simple plugin that allows you to create a quick slideshow or cycle feature. There are some basic animation effects that can be configured as well. One of our main uses of it is as a revolving banner area on our home page to show featured events and announcements.

Table Sorter - sorts table columns based on pre-defined criteria and/or user action. You can configure it to default sort on a specific column, prohibit sorting on certain columns, etc. Very useful wherever you’re displaying tabular data.

Kwicks - menu animation feature that slides open columns in a menu with a nice effect.

Simple Modal - there are a lot of different light box plugins out there, and they all have pros and cons. This one is pretty simple to configure with CSS and allows any type of content in the modal dialog. We’re using it in several places.

Form Validation - there are also a bunch of different plugins that facilitate client-side validation on forms. This one can be configured to do a whole lot, but we’ve found that keeping it to a minimum yields the most consistent results.

Got jQuery?

,

This post was written by:

admin - who has written 22 posts on IT / Web.


3 Responses to “jQuery Roundup”

  1. Nick Blevins Says:

    I was going to use jQuery for our church home page slideshow but our site is based on WordPress and I wanted to find something that could be managed through WordPress. Do you know of any good ones?

    I’m guess you all just work with the code to update the slideshow on northpoint.org?

  2. Russell Says:

    There are several WordPress gallery plugins that do something similar. One that we’ve used in a couple of places is the Featured Content Gallery.

    As for our homepage, we have a content management system (Expression Engine) for our campus sites that allows us to manage the home page slideshow slides. It was a fairly straightforward combination of Expression Engine and jQuery code that enabled us to create that slideshow.

  3. Nick Blevins Says:

    I really liked the Featured Content Gallery plugin, but it bombs on our site. We have WPMU 2.8.1 and it installs fine, but when going to the settings page for it, it produces a 500 error.

    I just searched a found a hack that helps make it work for WPMU, so hopefully that will do it.

    http://www.featuredcontentgallery.com/forum/getting-it-to-work-in-wordpress-mu-742.html

    Thanks!

Leave a Reply