README.txt 1.3 KB

12345678910111213141516171819202122232425262728293031323334
  1. This directory contains files related to Chapter 2 of Learning jQuery, Fourth
  2. Edition. Included are the following:
  3. index.html
  4. This is the main sample HTML file for the chapter. Open this file in a
  5. browser to experiment with the examples.
  6. jquery.js
  7. This is a downloaded copy of the jQuery library, referenced by index.html.
  8. 02.css
  9. This is the CSS file used to style index.html.
  10. 02.js
  11. This is the custom JavaScript file referenced by index.html. You will notice
  12. that this file is currently empty. By adding code to this empty file and
  13. then viewing index.html in a browser, you can experiment with the example
  14. page or follow along with the examples in the book.
  15. complete.js
  16. This file contains the completed contents of 02.js, if all code examples
  17. given in the book chapter are followed.
  18. listings/
  19. This directory contains one file per code listing in the chapter. If you
  20. wish to see what the results of the code are at any point in the book
  21. chapter, you may copy the contents of the corresponding file into 02.js and
  22. view index.html within your browser.
  23. Other files in the directory are supplemental materials (images, etc.)
  24. required to implement the examples in the chapter.
  25. To view the code examples in an interactive code browser, please visit:
  26. http://book.learningjquery.com