chessboardjs
chessboardjs copied to clipboard
Alt tags on chess piece images?
Would it be possible to populate the alt tags on the image tags with the relevant chess piece info? For example:
<img src="/hmppsAssets/img/chesspieces/wikipedia/bP.png" alt="Pawn" class="piece-417db" data-piece="bP" style="width: 62px;height: 62px;">
Is this configurable at all?
Yes it is configurable. Try doing this...
jQuery('#chess_board img[data-piece]').attr('alt', pieceType);