You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

345 lines
9.4 KiB
JavaScript

/**
/**
10 years ago
* @param {type} id
* @returns {document@call;getElementById.value}
*/
}
10 years ago
if(node.nodeName.match('^#.*') == null){
if(obj != null){
key = obj.tagName ;
}else {
obj = document.getElementsByName(id)
if(obj != null){
key = obj[0].tagName ;
}
}
_dom.className = value;