JSFiddle - React, Tailwind, and code Playground
by Trufa
HTML
<input type="checkbox" id="ch"/>
JavaScript
$('#ch').data("neigh","cell-0-0,cell-1-1");
alert($('#ch').data("neigh"));
by Trufa
<input type="checkbox" id="ch"/>
$('#ch').data("neigh","cell-0-0,cell-1-1");
alert($('#ch').data("neigh"));