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

Setting up the folder structure


To set up the folder structure, follow this simple procedure:

  1. Create a folder named Chapter10 inside the MasteringjQueryUI folder.

  2. Directly inside this folder, create an HTML file and name it index.html.

  3. Copy the js and css folder inside the Chapter10 folder as well.

  4. Now go inside the js folder and create a JavaScript file named colorpicker.js.

With the folder setup complete, let's start to build the project.