[ Tag Archive ]


Creating a Mouseover Fade Effect with jQuery

Posted on August 5, 2009  |  Category: Tutorials

My last little jQuery tutorial was an alternative to using CSS to create an image change on a mouseover. Now I want to take that one step further and add a fade effect. For my example, I am going to make a black and white image fade into a color image. To achieve this effect I am going to introduce the animate function. There are tons of possibilities in regards to jQuery’s animate function, but for this tutorial, I’m going to keep it simple by just using it to do one thing.

Read More »


A Simple Mouseover Hover Effect with jQuery

Posted on July 3, 2009  |  Category: Tutorials

Javascript is pretty useful but it does demand a lot of coding. Luckily for all of us, there are libraries out there that make it extremely easy to use the power of Javascript with a lot less code. I have been having a lot of fun with jQuery latetly and wanted to share a quick and easy tutorial on how to create a mouseover hover effect.

First you need to download jQuery. Grab the Production minified version off of their site.

Read More »