[jQuery] Is this possible?

[jQuery] Is this possible?

<!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">
<font size="-1"><font face="Courier New, Courier, monospace">Hi folks,
I have a table that represents a calendar. The user will be able to
select multiple dates from the calendar, but cannot select dates in the
past. I've written this code before using all JavaScript and what I did
was add several additional pieces of data to the td tag other than ID
or CLASS. I added "state", "index", "status" and a few others. I
accessed these through f.calendarid.state... that kind of thing.
So I'm wanting to apply an event (probably several: click, mouseover,
mouseout) to only those td tags that have their state  set to
"enabled". Not to *all* tds and not even to all tds with a certain
class. ID alone won't work. Is there a way to do this using jQuery?
Something like: $("td" status).click()... or whatever.
Thanks,
Chris
</font></font>
</body>
</html>
_______________________________________________
jQuery mailing list
discuss@jquery.com
http://jquery.com/discuss/