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

2008-09-09 Thread Wooty
yrow: you unchecked it'; $('#row1checkbox').attr('checked', !$ ('#row1checkbox').attr('checked')); alert(action); } }); Regards P On Sep 9, 3:20 pm, Wooty <[EMAIL PROTECTED]> wrote: > Hi Michael, > > Have you

[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] jQuery Tabs

2008-07-08 Thread Wooty
Does anyone have a COMPLETE set of css elements and working HTML for the UI tabs? I have spent the last two days trying to get the CSS to work for a simple set of tabs and it just doesnt want to play (all my fault - I'm useless with CSS). My page looks like this (its basically the example page).

[jQuery] jQuery Tabs

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