[jQuery] I need help with the jQuery .click event
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
Benjamin,
Thanks for the tip! I used the "this" variable when assigning the
mouseover and mouseout events, but not here. I guess that's because I
was referencing a unique ID and not just a certain class that would be
on multiple elements. Maybe I don't understand the "this" variable like
I thought I did.
I'll let you know what works out. I may holler with more questions,
though.
Thanks!
Chris
Benjamin Sterling