http://www.w3.org/TR/DOM-Level-2-HTML/ecma-script-binding.html Node.setAttribute = (function () { var attributeMapper = /* generell universal attribute names */ className, id, style, title /* universal attribute names regarding i18n */ dir, lang accesskey, charset, coords, href, hreflang, name, rel, rev, shape, tabindex, target, type return (function (elm, attrName, attrValue) { }); })();