[jQuery] add eventHandler on <tr> element with existing action()
Hi...
I'm trying to add an onClick eventHandler to a Menu Item using
javascript. The problem is that the elemen allready has an action:
<TR action="onActionMenuClick('applyrule', 10001)"
id="_MIonActionMenuClickapplyrule10001">
I need to set a checkbox BEFORE the call to onActionMenuClick... I
have tried setting onClick, attachEvent and so on... nothing works...
onActionMenuClick is allways called, not the eventHandler I'm trying
to add...
Please help... Thanks