setElement - xurion/acronymizer.js GitHub Wiki
Sets the element within which to wrap matched string patterns.
Acronymizer.setElement(element)
element
Object (Element). The element within which the wrapping will take place. Must be an element.
var acron = new Acronymizer();
acron.setElement(document.getElementById('myDiv'));