0
$('.board').children().eq(i).children().eq(Math.abs(j-6)).html("<div class='black-piece'></div>")
問題は2次元配列を扱います。 私は最初の部分のようなものである知っている:私はJ-6、アレイとどのように入力作成のdivをするの列側面です得ることができるか疑問このJqueryに相当するJSは何ですか?
var divs = document.createElement("div");
divs.classname="black-piece"
document.getElementByClassName("board")[0]
。