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. We will follow the same format we have been using in previous chapters:

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

  2. Inside the Chapter4 folder, create an HTML file with the name index.html, which will contain our HTML markup.

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

  4. Now, inside the js folder, create a new file, and name it myReddit.js. This file will contain all the code required for creating our news reader.

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