Comment

Allan Bonadio

You can just stick another parameter onto a node, if you don't need to set it in the html. eg:
node.something = '23skidoo';
node.something
> '23skidoo'
Just don't trample on the stuff that needs to be there.