Jquery ui sortable – Programmatically move each pawn to it's own position
I've been trying to make a simple grid system with pawns (chess-like) for my dungeons and dragons sessions using jquery sortable. I am using laravel with blade for a project. So in the code below, (which was given to me…