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 stage


The first step is to create the required folder structure:

  1. As we have in previous chapters, create a folder named Chapter11 inside the MasteringjQueryUI folder.

  2. Directly inside this folder, create the HTML file named index.html which will contain our HTML markup.

  3. Also, copy the js and css folders inside the Chapter11 folder.

  4. Now go inside the js folder and create a new file and name it dashboard.js. This file will contain all the code required to create our news reader.

Once this setup is complete, we can move to the next step, which is designing the page.