Frederic G. MARAND c054835420 Exercise 4 (challenge): use JSONP to load user's Github repositories on page load. 8 jaren geleden
..
listings ab5174a835 Listing 6.1: load AHAH with load(). 8 jaren geleden
06.js c054835420 Exercise 4 (challenge): use JSONP to load user's Github repositories on page load. 8 jaren geleden
06.scss ab5174a835 Listing 6.1: load AHAH with load(). 8 jaren geleden
README.txt ab5174a835 Listing 6.1: load AHAH with load(). 8 jaren geleden
a.html ab5174a835 Listing 6.1: load AHAH with load(). 8 jaren geleden
b.json ab5174a835 Listing 6.1: load AHAH with load(). 8 jaren geleden
c.js ab5174a835 Listing 6.1: load AHAH with load(). 8 jaren geleden
complete.js ab5174a835 Listing 6.1: load AHAH with load(). 8 jaren geleden
d.xml ab5174a835 Listing 6.1: load AHAH with load(). 8 jaren geleden
e.php ab5174a835 Listing 6.1: load AHAH with load(). 8 jaren geleden
exercises-content.html ab5174a835 Listing 6.1: load AHAH with load(). 8 jaren geleden
f.php ab5174a835 Listing 6.1: load AHAH with load(). 8 jaren geleden
h.html ab5174a835 Listing 6.1: load AHAH with load(). 8 jaren geleden
index.html ab5174a835 Listing 6.1: load AHAH with load(). 8 jaren geleden
jquery.js ab5174a835 Listing 6.1: load AHAH with load(). 8 jaren geleden

README.txt

This directory contains files related to Chapter 6 of Learning jQuery, Fourth
Edition. Included are the following:

index.html
This is the main sample HTML file for the chapter. Open this file in a
browser to experiment with the examples.

jquery.js
This is a downloaded copy of the jQuery library, referenced by index.html.

06.css
This is the CSS file used to style index.html.

06.js
This is the custom JavaScript file referenced by index.html. You will notice
that this file is currently empty. By adding code to this empty file and
then viewing index.html in a browser, you can experiment with the example
page or follow along with the examples in the book.

complete.js
This file contains the completed contents of 06.js, if all code examples
given in the book chapter are followed.

listings/
This directory contains one file per code listing in the chapter. If you
wish to see what the results of the code are at any point in the book
chapter, you may copy the contents of the corresponding file into 06.js and
view index.html within your browser.

Other files in the directory are supplemental materials (images, etc.)
required to implement the examples in the chapter.

To view the code examples in an interactive code browser, please visit:
http://book.learningjquery.com