gametd{width:60px;height:60px;text-align:center;}.active{background:red;}dsdedsdddsdswdsdsdsdsdsdsfunctioncell(i,j){vartr=$("tr").eq(i);returntr.children("td").eq(j);}cell(1,1).addClass('active');$(".active").on('click',function(){$(this).removeClass('active');vari=Math.round(Math.random()*2);varj=Math.round(Math.random()*2);cell(i,j).addClass('active');});为什么addclass之后,active没有绑定click事件。
添加回答
举报
0/150
提交
取消