setAttributes - xurion/acronymizer.js GitHub Wiki
Sets multiple attributes that will be attached to the wrapping element. To a single attribute, see the setAttribute function.
Acronymizer.setAttributes(attributes)
attributes
Object. Key value pairs of attributes.
var acron = new Acronymizer();
acron.setAttributes({
href: 'http://www.github.com',
target: '_blank'
});