Zelený je lopuch, fotbal to je hra...Lopuch.cz
<html>
<table>
<tr>
<td moje='a' id='x'>sdfsd</td>
</tr>
</table>
<script>
var x = document.getElementById('x')
alert(x.getAttribute('moje'))
</script>
</html>