I would like to be able to select for one of several attributes changing, linked by OR statements. However, I'm not sure how/if to do this, since it's not outlined in the wiki. If there isn't a way to do this within the initial on(change:attr, function()) function, I could theoretically link several together using else-if statements, but given that I would need to do 68 of them, it wouldn't be particularly efficient. Please help!