├── README.md ├── images ├── 1x1.png ├── 45.gif ├── 45_2.gif ├── bb.png ├── bk.png ├── bn.png ├── bp.png ├── bq.png ├── br.png ├── wb.png ├── wk.png ├── wn.png ├── wp.png ├── wq.png └── wr.png ├── index.html └── js ├── jquery-1.7.1.min.js ├── jquery.chess.js ├── jquery.ui.core.js ├── jquery.ui.draggable.js ├── jquery.ui.droppable.js ├── jquery.ui.mouse.js └── jquery.ui.widget.js /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/serbanghita/jQuery-Chess/HEAD/README.md -------------------------------------------------------------------------------- /images/1x1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/serbanghita/jQuery-Chess/HEAD/images/1x1.png -------------------------------------------------------------------------------- /images/45.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/serbanghita/jQuery-Chess/HEAD/images/45.gif -------------------------------------------------------------------------------- /images/45_2.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/serbanghita/jQuery-Chess/HEAD/images/45_2.gif -------------------------------------------------------------------------------- /images/bb.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/serbanghita/jQuery-Chess/HEAD/images/bb.png -------------------------------------------------------------------------------- /images/bk.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/serbanghita/jQuery-Chess/HEAD/images/bk.png -------------------------------------------------------------------------------- /images/bn.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/serbanghita/jQuery-Chess/HEAD/images/bn.png -------------------------------------------------------------------------------- /images/bp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/serbanghita/jQuery-Chess/HEAD/images/bp.png -------------------------------------------------------------------------------- /images/bq.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/serbanghita/jQuery-Chess/HEAD/images/bq.png -------------------------------------------------------------------------------- /images/br.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/serbanghita/jQuery-Chess/HEAD/images/br.png -------------------------------------------------------------------------------- /images/wb.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/serbanghita/jQuery-Chess/HEAD/images/wb.png -------------------------------------------------------------------------------- /images/wk.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/serbanghita/jQuery-Chess/HEAD/images/wk.png -------------------------------------------------------------------------------- /images/wn.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/serbanghita/jQuery-Chess/HEAD/images/wn.png -------------------------------------------------------------------------------- /images/wp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/serbanghita/jQuery-Chess/HEAD/images/wp.png -------------------------------------------------------------------------------- /images/wq.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/serbanghita/jQuery-Chess/HEAD/images/wq.png -------------------------------------------------------------------------------- /images/wr.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/serbanghita/jQuery-Chess/HEAD/images/wr.png -------------------------------------------------------------------------------- /index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/serbanghita/jQuery-Chess/HEAD/index.html -------------------------------------------------------------------------------- /js/jquery-1.7.1.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/serbanghita/jQuery-Chess/HEAD/js/jquery-1.7.1.min.js -------------------------------------------------------------------------------- /js/jquery.chess.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/serbanghita/jQuery-Chess/HEAD/js/jquery.chess.js -------------------------------------------------------------------------------- /js/jquery.ui.core.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/serbanghita/jQuery-Chess/HEAD/js/jquery.ui.core.js -------------------------------------------------------------------------------- /js/jquery.ui.draggable.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/serbanghita/jQuery-Chess/HEAD/js/jquery.ui.draggable.js -------------------------------------------------------------------------------- /js/jquery.ui.droppable.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/serbanghita/jQuery-Chess/HEAD/js/jquery.ui.droppable.js -------------------------------------------------------------------------------- /js/jquery.ui.mouse.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/serbanghita/jQuery-Chess/HEAD/js/jquery.ui.mouse.js -------------------------------------------------------------------------------- /js/jquery.ui.widget.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/serbanghita/jQuery-Chess/HEAD/js/jquery.ui.widget.js --------------------------------------------------------------------------------