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
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, "
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).
RE: My earlier post
Never mind - problem(s) solved...
P
4 matches
Mail list logo