| javascript Programming Glossary: ele.attributesCross-browser, javascript getAttribute() method? http://stackoverflow.com/questions/3755227/cross-browser-javascript-getattribute-method  text javascript ... getAttr function ele attr if typeof ele.attributes attr 'undefined' return ele.getAttribute attr else return ele.attributes.. attr 'undefined' return ele.getAttribute attr else return ele.attributes attr .nodeValue  ... script div a href http www.yo.com#foo Link.. ele.getAttribute attr null if result  var attrs ele.attributes var length attrs.length for var i 0 i length i  if attrs i .nodeName.. 
 |