Hello, I've got a table in which each row has an onclick to launch a pop up using ajax. The onclick for the row is set with in the tr tag. When I attempt to prevent this row onclick while toggling the check box within the row, it fails to toggle the check box. I'm using Event.stop(event) to prevent the row onclick from running when the check box is toggled. However, doing this appears to negate the click of the check box too.
I need to allow the check box to be used normally, with out launching the row onclick and to have the rest of the row use the onclick. Any help / insight on this would be much appreciated. Thanks, Benjamin FYI: As a test, I've added an alert prior to the Event.stop(). When present, this alert displays the checkbox as being toggled when the alert is given and then changes back to the original state when the alert is confirmed. -- You received this message because you are subscribed to the Google Groups "Prototype & script.aculo.us" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/prototype-scriptaculous?hl=en.
