Hi
I want to put all attributes in a Html element into an array: like i have a jQuery Object, whichs html looks like this:
<span name="test" message="test2"></span>
now one way is to use the xml parser described here, but then i need to know how to get the html code of my object.
the other way is to make it with jquery, but how? the amount of attributes and the names are generic.
Thanks
Btw: I can't access the element with document.getelementbyid or something similar.