jQuery Reference Guide: A Comprehensive Exploration of the Popular JavaScript Library
www.PACKTPUB.com  FREE ONLINE EDITION: Read full chapters online, download free samples from the book and more...
Book Contents Index > Chapter 7

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


Index

Latest 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
    • $.ajax()
    • $.ajaxSetup()
  • Shorthand Methods
    • $.get()
    • $.getIfModified()
    • .load()
    • .loadIfModified()
    • $.post()
    • $.getJSON()
    • $.getScript()
  • Global AJAX Event Handlers
    • .ajaxComplete()
    • .ajaxError()
    • .ajaxSend()
    • .ajaxStart()
    • .ajaxStop()
    • .ajaxSuccess()
  • Helper Function
    • .serialize()

 

 

   

 

Paperback 225 pages
Released: July 2007
ISBN: 1847193811
ISBN 13:
978-1-847193-81-0

     

 




View the book details
on PacktPub.com

 


 
  This website is owned and maintained by Packt Publishing Ltd, 2007. All rights reserved. Terms and Conditions