Book Image

Mastering jQuery UI

By : Vijay Joshi
Book Image

Mastering jQuery UI

By: Vijay Joshi

Overview of this book

Table of Contents (19 chapters)
Mastering jQuery UI
Credits
About the Author
About the Reviewers
www.PacktPub.com
Preface
Index

Creating the folder structure


The first step is to create the required folder structure:

  1. Just as in the previous chapters, create a folder named Chapter6 inside the MasteringjQueryUI folder.

  2. Inside this folder, create an HTML file and name it index.html. This file will keep our HTML markup.

  3. Also copy the js and css folder inside the Chapter6 folder.

  4. Now go inside the js folder, create a new file, and name it timeline.js. This file will have all of the JavaScript code required for our timeline.

We can now move to the next step and write the HTML markup.