try: (remember jQuwery returns an array)

$('#content')[0].click(function() {
		location = 'zipcodelookup.php';
	});


[EMAIL PROTECTED] wrote:
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
  

Reply via email to