L
Lorenzo Thurman
Is there a shorthand way to assign the same actions to multiple handlers
? I know I can just just do:
onBlur='myFunction()';onClick='myFunction()'
I'm just looking to save some keystrokes. I actually have this issue now
and it involves a couple of functions with long parameter lists.
TIA
? I know I can just just do:
onBlur='myFunction()';onClick='myFunction()'
I'm just looking to save some keystrokes. I actually have this issue now
and it involves a couple of functions with long parameter lists.
TIA