所属分类:益智游戏
中国象棋翻翻棋休闲对战娱乐小游戏在线下载即可运行,代码注释到位
使用很简单:
1、引入jquery,index.js,index.css
2、调用插件
1 2 3 4 5 6 7 8 | $( function () { var $btn = $( '.start' ); //按钮 var myCNChessInvert = new CNChessInvert( '[data-chess]' , $btn, true ); myCNChessInvert.restart(); $btn.click( function () { myCNChessInvert.restart(); }); }); |
详情请下载后,查看index.html源码,一看就会,嘻嘻~