Let's say I have a Table like this:
<table>
<tr>
<td>My House </td>
<td>My Car </td>
</tr>
</table>
And using jquery, if you clicked on one of them, I want it to show the value of that item. Is it okay practice to store additional information in an attribute like value
for example and then fetch it using .attr()