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

The folder structure


The folder structure for this chapter will be same as that of the previous chapters. Create a folder named Chapter9 inside the MasteringjQueryUI folder. Inside the Chapter9 folder, create two HTML files and name them search.html and slides.html, respectively. Also, copy the js and css folders inside the Chapter9 folder. Now, open the js folder and create two more JavaScript files with the names searchable.js and slides.js. These files will be used to write widget-specific codes for searchable and slide widgets, respectively.

With the folder setup complete, let's start to build our first widget: searchable.