$('td').click(function(){ window.location = $('a').attr('href'); }); $('.any').click(function(){ $('td').trigger('click'); });