You can get the attribute value with the following:
document.getElementsByTagName("td")[0].id;
1
solved How to take the id of a
You can get the attribute value with the following:
document.getElementsByTagName("td")[0].id;
1
solved How to take the id of a