CodegEle = function(a){
return ( (typeof a==="string") ? document.getElementById(a) : a );
};
Parameters
- a (string of text or object)
- The string with the id of the object or one DOM object, this second option is for the use with jQuery