Mastering jQuery UI
上QQ阅读APP看书,第一时间看更新

Getting ready

We will start by creating a new folder named Chapter3 inside the MasteringjQueryUI folder. As explained in Chapter1, Designing a Simple Quiz Application, copy the js and css folders inside the Chapter3 folder. Create a file and name it index.html inside the Chapter3 folder, and create another JavaScript file named tour.js inside the js folder.

The file structure of the Chapter3 folder should look like this now:

Getting ready