Book Image

jQuery 2.0 Development Cookbook

By : Leon Revill
Book Image

jQuery 2.0 Development Cookbook

By: Leon Revill

Overview of this book

Table of Contents (17 chapters)
jQuery 2.0 Development Cookbook
Credits
About the Author
About the Reviewers
www.PacktPub.com
Preface
Index

Introduction


jQuery Mobile is a beautifully crafted framework built to make it easier to create mobile-friendly websites and applications. jQuery Mobile incorporates themeable UI elements tailored for the mobile experience and provides custom events targeting special events on touch screen devices.

This chapter provides an introduction to jQuery Mobile and insights into its capabilities. In this chapter, you will learn how to create a basic mobile website that utilizes common elements such as buttons and lists. You will then go on to learn about some of the mobile-specific features such as Touch to Call.

Before you start this chapter, ensure you have downloaded the latest release of the jQuery Mobile framework from the jQuery website (http://jquerymobile.com/download). Create a folder named chapter10 where you will save all your recipe files for this chapter. Within this folder, create a folder named jquery-mobile and place the main jQuery Mobile JavaScript and CSS files in it, including...