I'm considering implementing something into an app I'm working on which would have hundreds of event handlers in the tags so this could trim the code down a bit....
However, you can use Javascript to walk the document/object-tree setting the appropriate event handlers for each element based on their name, type, id, etc...
However, you can use Javascript to walk the document/object-tree setting the appropriate event handlers for each element based on their name, type, id, etc...
Yeah that's a good plan.
I'll just give em different ID's and try that idea