- Mastering jQuery UI
- Vijay Joshi
- 136字
- 2021-07-23 20:33:35
Getting ready
Make sure that you have set up jQuery and jQuery UI files as explained in Chapter 1, Designing a Simple Quiz Application. You will also need an image that has dimensions equal to 400px x 400px. The code in this chapter uses an image of a cute cat, named kitty.jpg
. Of course, you can use any image of your choice. Keep this image in the Chapter2
folder.
Since we will create 16 pieces of this image, each having both width and height equal to 100 px, keep in mind that the image you choose should not have a single square area of the same color exceeding 100px x 100px. This will create problems while solving the puzzle as you will be unable to determine the correct locations of multiple pieces of the same color.
推薦閱讀
- Mastering ServiceStack
- Reactive Programming with Swift
- C/C++算法從菜鳥到達人
- Mastering Python Scripting for System Administrators
- Banana Pi Cookbook
- 零基礎學Java(第4版)
- PHP+MySQL+Dreamweaver動態網站開發實例教程
- TradeStation交易應用實踐:量化方法構建贏家策略(原書第2版)
- PhoneGap:Beginner's Guide(Third Edition)
- Python Data Analysis Cookbook
- 深入分布式緩存:從原理到實踐
- Oracle實用教程
- Machine Learning for OpenCV
- Instant GLEW
- Elasticsearch搜索引擎構建入門與實戰