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 10
Advanced Ajax
Content Locked
Section 7
Extending Ajax Capabilities
As you've seen, the Ajax functionality that jQuery offers out of the box is very comprehensive and is normally suitable for most purposes. However, there are mechanisms to extend the regular functionality if you need to do something a little more out of the ordinary. In this topic, we will explore how we can extend the Ajax functionality to support different data types before they are submitted.