There is a table:
<h4 class="text-center">Матрица A</h4> <table class="matrixA"> <tr> <td><input type="text"></td> <td><input type="text"></td> </tr> <tr> <td><input type="text"></td> <td><input type="text"></td> </tr> </table> It is necessary to fill the place holders of the cells with their corresponding coordinates (ie, a1,1, a1,2, etc.). How to implement it?
Link to codepen: http://codepen.io/ivan1fun/pen/dMZZYG