off the top of my head:

$('tr').click(function(event) {
  if (event.target.type !== 'checkbox') {
    $(':checkbox', this).click();
  }
});

--Karl

____________
Karl Swedberg
www.englishrules.com
www.learningjquery.com




On Dec 4, 2008, at 10:44 AM, Chizo wrote:


Hi people, i need a little help, i´m complete new in jquery and i am a
little lost... my doubt is:
how can i check/uncheck a checkbox by clicking a row like yahoo
mail ,for example.

my checks id is (for all) CheckAreaID and the value that they are
taking ar the AreaID.

Thanks and sorry for my english!
Lucas

Reply via email to