|
Suppose you have 5 checkboxes,
all of which must trigger an event when checked.
Can we eloquently give all of them the same "name"
to trigger something like a "name.onchange" event?
Do you know what I mean? I'm trying to avoid
having a seperate trigger for each checkbox,
and rather code for a "this" parameter.
Someone know how I can accomplish that?
|