Archive for February, 2010

Email Validation Using jQuery

A client recently wanted to include validation on their website registration form that would not only check that the input text was a genuine email address but also to disallow registration of any “free” email addresses.

Using jQuery we can…

Create a Reverse-Order Ordered List Using jQuery

Earlier today I came across a small website coding “problem”, which required me to create a “top-ten” list of items in reverse order for a client.

Usually ordered lists are very simple to in XHTML create using the following code:…

Quick and Easy jQuery Image Swap

Here is a very quick and easy way to implement image swap on hover on your website using jQuery.

With the jQuery javascript library already added to your website add the following javascript code between the head tags in…