[jQuery] Re: Selecting a checkbox by clicking anywhere on a row

2008-09-09 Thread Wooty
Hi Michael, Have you checked out the stopPropagation() method for events? eg: $(check_id).click(function(e){ e.stopPropagation(); }); This may help - I have used this on a clickable image on a table row to stop the click expanding / contracting the table row. Cheers P On Sep 9, 2:59 pm,

[jQuery] Re: Selecting a checkbox by clicking anywhere on a row

2008-09-09 Thread Wooty
')); alert(action); } }); /script /code Regards P On Sep 9, 3:20 pm, Wooty [EMAIL PROTECTED] wrote: Hi Michael, Have you checked out the stopPropagation() method for events? eg: $(check_id).click(function(e){    e.stopPropagation(); }); This may help - I have used

[jQuery] jQuery Tabs

2008-07-08 Thread Wooty
RE: My earlier post Never mind - problem(s) solved... P