Preface
1:
Anatomy of a jQuery Script
Free Chapter
2:
Selector Expressions
3:
DOM Traversal Methods
4:
DOM Manipulation Methods
5:
Event Methods
6:
Effect Methods
7:
AJAX Methods
8:
Miscellaneous Methods
9:
Plug-In API
10:
Dimensions Plug-In 11:
Form Plug-In
Appendix A:
Online Resources
Appendix B:
Development Tools
IndexLatest Updates
Free Chapter:
Chapter 1:
Anatomy of a jQuery Script [713 KB PDF]
Contact
us
|
Chapter 7:
AJAX Methods
She's out of sync
She entered through the exit
And never stopped to think
—Devo
"Out of Sync"
The AJAX capabilities in jQuery help us to load data from the server without a browser page refresh. In this chapter, we'll examine each of the available AJAX methods and functions. We'll see various ways of initiating an AJAX request, as well as several methods that can observe the requests that are in progress at any time.
|
Chapter
7: AJAX Methods
-
Low-Level Interface
-
Shorthand Methods
- $.get()
- $.getIfModified()
- .load()
- .loadIfModified()
- $.post()
- $.getJSON()
- $.getScript()
-
Global AJAX Event Handlers
- .ajaxComplete()
- .ajaxError()
- .ajaxSend()
- .ajaxStart()
- .ajaxStop()
- .ajaxSuccess()
-
Helper Function
|
|
Paperback 225 pages
Released: July 2007
ISBN: 1847193811
ISBN 13:
978-1-847193-81-0 |
|
|
|
|