Hi,
after getting an element using the follwoing code I need to access all attributes without knowing their names, so getCustomData is no option. Any ideas?
TIA,
André
after getting an element using the follwoing code I need to access all attributes without knowing their names, so getCustomData is no option. Any ideas?
var el2= el.getAscendant('div', 0);
TIA,
André
Re: Get attributes of an element