Book Image

Beginning jQuery

By : Frahaan Hussain
Book Image

Beginning jQuery

By: Frahaan Hussain

Overview of this book

Simple syntax and open coding standards enable developers to deploy applications in a short time. With this course, you will be able to effectively leverage all new features of jQuery 3.0 in your applications. The course begins with teaching the difference between JavaScript and jQuery. You’ll learn how to use jQuery with developer tools that are available in all modern browsers. You’ll then learn all about selecting elements, handling events, manipulating the document object model, jQuery plugins, advanced Ajax, and several advanced concepts. By the end of the course, you will successfully create a fully featured and efficient single page web application.
Table of Contents (10 chapters)
Chapter 7
jQuery Plugins
Content Locked
Section 10
jQuery Mobile
We have seen how jQuery UI can assist us in assembling the user interface features needed for a complex web application. The challenges it overcomes are varied and complex. A different set of hurdles exists, however, when preparing our pages for elegant presentation and interaction on mobile devices. To create a website or application for modern smartphones and tablets, we can turn to the jQuery Mobile Project. In this video, we will learn about simulating a mobile browser, HTML5 custom data attributes and delivering multiple pages in one document.