Possible Duplicate:
Get all Attributes from a HTML element with Javascript/jQuery
I need to retrieve all attributes of a DOM element. I've seen the getAttribute()
method, but I don't know the names of the attributes in advance. If I use getElementById()
to retrieve an element, how do I then access all attributes of that element and their values?