Skip to Content
Learning jQuery - Fourth Edition
book

Learning jQuery - Fourth Edition

by Jonathan Chaffer, Karl Swedberg
June 2013
Beginner content levelBeginner
444 pages
9h 45m
English
Packt Publishing
Content preview from Learning jQuery - Fourth Edition

Ajax methods

We can retrieve information from the server without requiring a page refresh by calling one of these Ajax methods. Ajax methods are discussed in detail in Chapter 6, Sending Data with Ajax.

Issuing requests

Ajax method

Description

$.ajax([url], options)

Makes an Ajax request using the provided set of options. This is a low-level method that is often called via other convenience methods.

.load(url, [data], [callback])

Makes an Ajax request to url and places the response into the matched elements.

$.get(url, [data], [callback], [returnType])

Makes an Ajax request to url using the GET method.

$.getJSON(url, [data], [callback])

Makes an Ajax request to url, interpreting the response as a JSON data structure.

$.getScript(url, ...

Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Start your free trial

You might also like

Learning jQuery 3 - Fifth Edition

Learning jQuery 3 - Fifth Edition

Adam Boduch, Jonathan Chaffer, Karl Swedberg
jQuery Cookbook

jQuery Cookbook

Cody Lindley

Publisher Resources

ISBN: 9781782163145Other