Skip to content

Commit

Permalink
finishing javascript basics
Browse files Browse the repository at this point in the history
  • Loading branch information
Rebecca Murphey committed Jun 14, 2010
1 parent 6f6efcd commit 03d01ca
Show file tree
Hide file tree
Showing 22 changed files with 1,443 additions and 50 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
outline.txt
book/scripts/lib*
Empty file removed book/02_jquery-basics.xml
Empty file.
Empty file removed book/03_events.xml
Empty file.
Empty file removed book/04_effects.xml
Empty file.
Empty file removed book/05_jquery-core.xml
Empty file.
Empty file removed book/06_ajax.xml
Empty file.
16 changes: 16 additions & 0 deletions book/07_plugins.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
<?xml version="1.0" encoding="UTF-8"?>
<chapter version="5.0" xmlns="http://docbook.org/ns/docbook"
xmlns:xlink="http://www.w3.org/1999/xlink"
xmlns:xi="http://www.w3.org/2001/XInclude"
xmlns:svg="http://www.w3.org/2000/svg"
xmlns:m="http://www.w3.org/1998/Math/MathML"
xmlns:html="http://www.w3.org/1999/xhtml"
xmlns:db="http://docbook.org/ns/docbook">
<title>Plugins</title>

<section>
<title></title>

<para></para>
</section>
</chapter>
1 change: 1 addition & 0 deletions book/README
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
All of the DocBook, XSL, and CSS for the jQuery Fundamentals Book is based heavily on work by Kris Jordan for The Book of Recess. Find out more about Recess at http://www.recessframework.org/ and see The Book of Recess at http://github.com/recess/the-book-of-recess.
16 changes: 16 additions & 0 deletions book/ajax.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
<?xml version="1.0" encoding="UTF-8"?>
<chapter version="5.0" xmlns="http://docbook.org/ns/docbook"
xmlns:xlink="http://www.w3.org/1999/xlink"
xmlns:xi="http://www.w3.org/2001/XInclude"
xmlns:svg="http://www.w3.org/2000/svg"
xmlns:m="http://www.w3.org/1998/Math/MathML"
xmlns:html="http://www.w3.org/1999/xhtml"
xmlns:db="http://docbook.org/ns/docbook">
<title>Ajax</title>

<section>
<title></title>

<para></para>
</section>
</chapter>
16 changes: 16 additions & 0 deletions book/effects.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
<?xml version="1.0" encoding="UTF-8"?>
<chapter version="5.0" xmlns="http://docbook.org/ns/docbook"
xmlns:xlink="http://www.w3.org/1999/xlink"
xmlns:xi="http://www.w3.org/2001/XInclude"
xmlns:svg="http://www.w3.org/2000/svg"
xmlns:m="http://www.w3.org/1998/Math/MathML"
xmlns:html="http://www.w3.org/1999/xhtml"
xmlns:db="http://docbook.org/ns/docbook">
<title>Effects</title>

<section>
<title></title>

<para></para>
</section>
</chapter>
16 changes: 16 additions & 0 deletions book/events.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
<?xml version="1.0" encoding="UTF-8"?>
<chapter version="5.0" xmlns="http://docbook.org/ns/docbook"
xmlns:xlink="http://www.w3.org/1999/xlink"
xmlns:xi="http://www.w3.org/2001/XInclude"
xmlns:svg="http://www.w3.org/2000/svg"
xmlns:m="http://www.w3.org/1998/Math/MathML"
xmlns:html="http://www.w3.org/1999/xhtml"
xmlns:db="http://docbook.org/ns/docbook">
<title>Events</title>

<section>
<title></title>

<para></para>
</section>
</chapter>
File renamed without changes.
Loading

0 comments on commit 03d01ca

Please sign in to comment.