[jQuery] Does "click" action not apply to TDs?

[jQuery] Does "click" action not apply to TDs?


Hi,
I'm trying to make a TD, with id = "content", clickable.
Unfortunately, it doesn't seem to be working -- the action is not
invoked when I click on the TD. Here's the code:
    $('#content').click(function() {
        location = 'zipcodelookup.php';
    });
and here's the page (the "Just Right Pricing" section is supposed to
be clickable)
http://justrightlawns.com/pricing.php
Any ideas where I'm going wrong? Thanks, - Dave